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)