Ashutosh Chauhan created HIVE-4111: -------------------------------------- Summary: Default value in lag is not handled correctly Key: HIVE-4111 URL: https://issues.apache.org/jira/browse/HIVE-4111 Project: Hive Issue Type: Bug Components: PTF-Windowing Reporter: Ashutosh Chauhan
select s, lag(s, 3, 'fred') over (partition by f order by b) from over100k; results in runtime exception. -- 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