Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
For Big Query syntax, PERCENTILE_CONT uses the key word OVER instead of WITHIN GROUP
See documentation here.
There are a couple of issues incorrect with current parsing
- Parser.jj currently will incorrectly parses OVER into SqlOverOperator (which is correct for other dialects, however not entirely correct for Big Query)
- Should support: OVER(PARTITION BY y ORDER BY x)
Attachments
Issue Links
- incorporates
-
CALCITE-5955 BigQuery PERCENTILE functions are unparsed incorrectly
- Closed