[
https://issues.apache.org/jira/browse/DRILL-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deneche A. Hakim updated DRILL-1912:
------------------------------------
Attachment: DRILL-1912.1.patch.txt
I had this patch ready for a week, and even created a review request, but for
some reason I completely forgot to attach it here.
This won't be needed once DRILL-1908 is committed.
Review request [#29643|https://reviews.apache.org/r/29643/]
> Throw unsupported error message for window functions
> -----------------------------------------------------
>
> Key: DRILL-1912
> URL: https://issues.apache.org/jira/browse/DRILL-1912
> Project: Apache Drill
> Issue Type: Bug
> Components: SQL Parser
> Affects Versions: 0.8.0
> Reporter: Victoria Markman
> Assignee: Deneche A. Hakim
> Fix For: 0.8.0
>
> Attachments: DRILL-1912.1.patch.txt
>
>
> Window functions below are currently:
> * Supported in Calcite
> * Not supported in DRILL
> * Not documented in DRILL documentation
> ROW_NUMBER()
> FIRST_VALUE()
> LAST_VALUE()
> PERCENT_RANK()
> DENSE_RANK()
> Spoke to Jacques: Window function implementation is not targeted until after
> 1.0 release. Therefore, for 0.8.0 release we are going to throw "Unsupported"
> error message for these functions as well as for every other function that
> supports OVER clause due to two critical bugs below:
> DRILL-1487 - window functions return wrong result
> DRILL-1902 - new implementation of window functions
> Assigning to Jacques on his request, targeting 0.8.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)