You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/04/05 20:26:25 UTC

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

     [ https://issues.apache.org/jira/browse/HIVE-13242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Shelukhin updated HIVE-13242:
------------------------------------
    Fix Version/s: 2.0.1

> 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
>             Fix For: 2.1.0, 2.0.1
>
>         Attachments: HIVE-13242.patch
>
>
> 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)