Jesus Camacho Rodriguez created HIVE-13242:
----------------------------------------------
Summary: DISTINCT keyword is dropped by the parser for windowing
Key: HIVE-13242
URL: https://issues.apache.org/jira/browse/HIVE-13242
Project: Hive
Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Jesus Camacho Rodriguez
Assignee: Jesus Camacho Rodriguez
To reproduce, the following query can be used:
{noformat}
select distinct first_value(t) over ( partition by si order by i, b ) from
over10k limit 100;
{noformat}
The distinct keyword is ignored and duplicates are produced.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)