You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "xulongfetion (JIRA)" <ji...@apache.org> on 2018/07/19 03:02:00 UTC

[jira] [Created] (HIVE-20208) order by position alias do not work

xulongfetion created HIVE-20208:
-----------------------------------

             Summary: order by position alias do not work
                 Key: HIVE-20208
                 URL: https://issues.apache.org/jira/browse/HIVE-20208
             Project: Hive
          Issue Type: Bug
          Components: Hive
            Reporter: xulongfetion
         Attachments: order_by_position_alias.patch

the order by position alias do not work if there's more than one position alias. For query like

"select a, b, c from table1 order by 1, 2;", hive will report column not found error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)