-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0
-
Component/s: Spark-HPCC
-
Labels:
-
Pull Request URL:
-
Compatibility:Major
Some datatypes are not loading correctly, or are not supported and cause an exception when attempting to load a dataset. Known issues:
- Integers are treated as unsigned
- Sets are causing an exception to be thrown
- Varstrings cause an exception to be thrown
- Decimal types are loaded as doubles, should use BigDecimal type to keep exactness