You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2016/03/09 17:28:40 UTC

[jira] [Created] (HIVE-13242) DISTINCT keyword is dropped by the parser for windowing

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)