You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2016/08/09 14:45:20 UTC

[jira] [Updated] (HIVE-13936) Add streaming support for row_number

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

Yongzhi Chen updated HIVE-13936:
--------------------------------
    Attachment: HIVE-13936.1.patch

Implement streaming for row_number in the similar way as other windowing function in HIVE-7062

> Add streaming support for row_number
> ------------------------------------
>
>                 Key: HIVE-13936
>                 URL: https://issues.apache.org/jira/browse/HIVE-13936
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Johndee Burks
>            Assignee: Yongzhi Chen
>         Attachments: HIVE-13936.1.patch
>
>
> Without this support row_number will cause heap issues in reducers. Example query below against 10 million records will cause failure. 
> {code}
> select a, row_number() over (partition by a order by a desc) as row_num from j100mil;
> {code}
> Same issue different function in JIRA HIVE-7062



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)