NULL not supported
Opened this issue · 2 comments
bwyogatama commented
Currently NULL columns are not supported in Sirius.
bwyogatama commented
Sirius currently only supports a specific case where all the values in GPUIntermediateRelation are NULL. For example, if there are 3 GPUColumns within GPUIntermediateRelation, all three GPUColumns are completely NULL.
These two scenarios will cause bugs in Sirius:
- Columns with partially
NULLvalues. - Relation with partially
NULLcolumns.
bwyogatama commented
Currently NULL is already supported for all Sirius operators except for joins.