[
https://issues.apache.org/jira/browse/DRILL-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deneche A. Hakim updated DRILL-3685:
------------------------------------
Comment: was deleted
(was: Couldn't reproduce on master)
> Failure to execute query with NTILE and ROW_NUMBER window functions with
> different window definitions
> -----------------------------------------------------------------------------------------------------
>
> Key: DRILL-3685
> URL: https://issues.apache.org/jira/browse/DRILL-3685
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Data Types
> Affects Versions: 1.2.0
> Reporter: Victoria Markman
> Assignee: Deneche A. Hakim
> Labels: window_function
> Fix For: 1.2.0
>
> Attachments: drillbit.log.drill-3685, j2.tar
>
>
> {code}
> 0: jdbc:drill:schema=dfs> select
> . . . . . . . . . . . . > c_integer,
> . . . . . . . . . . . . > row_number() over (order by c_date desc),
> . . . . . . . . . . . . > ntile(100) over (order by c_date,
> c_timestamp )
> . . . . . . . . . . . . > from
> . . . . . . . . . . . . > j2
> . . . . . . . . . . . . > ;
> Error: SYSTEM ERROR: UnsupportedOperationException: Unable to get value
> vector class for minor type [LATE] and mode [OPTIONAL]
> Fragment 0:0
> [Error Id: 1912dd81-dda4-4576-9bd9-420189ff57fe on atsqa4-133.qa.lab:31010]
> (state=,code=0)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)