Ashutosh Chauhan created HIVE-4140:
--------------------------------------

             Summary: Specifying alias for windowing function
                 Key: HIVE-4140
                 URL: https://issues.apache.org/jira/browse/HIVE-4140
             Project: Hive
          Issue Type: Bug
          Components: PTF-Windowing
            Reporter: Ashutosh Chauhan


Currently we support
select rank() as rnk over (...) from ..
whereas sql standard dictates
select rank() over (...) as rnk from .. 
is standard 

--
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

Reply via email to