Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.1.0
-
Component/s: Data Module
-
Labels:None
Description
Sometimes it's desirable to partition on fields that are defined as optional (the schemas in the ADAM project are like this). It's the responsibility of the client to make sure null values are not written out (by filtering, or writing to a non-partitioned dataset), since otherwise the write would fail.