Ashutosh Chauhan created HIVE-4085: -------------------------------------- Summary: Incorrectly pruning columns for PTFOperator Key: HIVE-4085 URL: https://issues.apache.org/jira/browse/HIVE-4085 Project: Hive Issue Type: Bug Components: PTF-Windowing Reporter: Ashutosh Chauhan
Following simple query used to work before HIVE-4035 {code} select s, sum(b) over (distribute by i sort by si rows between unbounded preceding and current row) from over100k; {code} but now it fails. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira