You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2013/03/04 03:05:12 UTC

[jira] [Created] (HIVE-4111) Default value in lag is not handled correctly

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