[ https://issues.apache.org/jira/browse/HIVE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lefty Leverenz updated HIVE-10650: ---------------------------------- Labels: TODOC1.3 (was: ) > Improve sum() function over windowing to support additional range formats > ------------------------------------------------------------------------- > > Key: HIVE-10650 > URL: https://issues.apache.org/jira/browse/HIVE-10650 > Project: Hive > Issue Type: Sub-task > Components: PTF-Windowing > Reporter: Aihua Xu > Assignee: Aihua Xu > Labels: TODOC1.3 > Fix For: 1.3.0 > > Attachments: HIVE-10650.patch > > > Support the following windowing function {{x preceding and y preceding}} and > {{x following and y following}}. > e.g. > {noformat} > select sum(value) over (partition by key order by value rows between 2 > preceding and 1 preceding) from tbl1; > select sum(value) over (partition by key order by value rows between > unbounded preceding and 1 preceding) from tbl1; > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)