Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Druid time column is non null all the time.
Adding the non nullability flag will enable extra calcite goodness like transforming
select count(`__time`) from table
to
select count(*) from table
Attachments
Attachments
Issue Links
- relates to
-
CALCITE-2041 When ReduceExpressionRule simplifies a nullable expression, allow the result to change type to NOT NULL
- Closed