Description
Calcite 1.34 includes
- a fix for the currently broken date_trunc function in Drill
- support for a new QUALIFY clause in windows functions
- incompatible core parser grammar changes that break date_diff in Drill.
Because of (3), Drill needs to make temporary use of a modified Parser.jj until Calcite backs out the mentioned parser changes. See the linked Calcite issues for more details.
Attachments
Issue Links
- is related to
-
CALCITE-5469 Implement BigQuery DATETIME_ADD/DATETIME_DIFF
- Closed
-
CALCITE-5579 Allow Time Frames as Valid Expressions
- Open