Open KimballCai opened 2 years ago
Currently, the COOL system cannot support the NULL value in the INT type columns, and it will assign NULL as a separate class for String type columns.
NULL
Maybe we can add bit maps to deal with NULL values.
@Zrealshadow please submit your code repo for this issue and @hugy718 please continue this progress.
Currently, the COOL system cannot support the
NULL
value in the INT type columns, and it will assignNULL
as a separate class for String type columns.Maybe we can add bit maps to deal with
NULL
values.