[
https://issues.apache.org/jira/browse/DRILL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deneche A. Hakim closed DRILL-3281.
-----------------------------------
Resolution: Invalid
all TIME queries tested on latest master have correct results
> window functions that involve TIME columns generate wrong results
> -----------------------------------------------------------------
>
> Key: DRILL-3281
> URL: https://issues.apache.org/jira/browse/DRILL-3281
> Project: Apache Drill
> Issue Type: Sub-task
> Components: Execution - Relational Operators
> Reporter: Deneche A. Hakim
> Assignee: Deneche A. Hakim
> Priority: Critical
> Labels: window_function
> Fix For: 1.1.0
>
> Attachments: 3281.csv
>
>
> Computing a MAX or MIN of a TIME column using the OVER clause seem to
> generate wrong results compared to Postgres. Example of such queries:
> {noformat}
> SELECT MIN(CAST(columns[1] AS TIME)) OVER(PARTITION BY columns[0]) FROM
> `3281.csv`;
> {noformat}
> {noformat}
> SELECT MAX(CAST(columns[1] AS TIME)) OVER(PARTITION BY columns[0]) FROM
> `3281.csv`; {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)