Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
This issue was brought up in Drill community: (https://issues.apache.org/jira/browse/DRILL-3597)
For convenience, I copied and pasted the reporter Khurram Faraaz's description here:
"The SQL standard defines a RESPECT NULLS or IGNORE NULLS option for lead, lag, first_value, and last_value window functions."
In Calcite, we should have been able to recognized this option.
Attachments
Issue Links
- causes
-
CALCITE-6569 RelToSqlConverter support IGNORE NULLS for window functions
- Resolved
- duplicates
-
CALCITE-337 Support IGNORE NULLS in window aggregates
- Closed
- is depended upon by
-
DRILL-4397 Add support for NULL treatment in LAG/LEAD functions
- Open
- relates to
-
CALCITE-6442 Validator rejects FILTER in OVER windows
- Resolved
- links to