GitHub user anoopsharma00 opened a pull request: https://github.com/apache/incubator-trafodion/pull/717
jira TRAFODION-2184 Fix to order by on renamed expressions code fix so renamed expressions with order by as shown below work: select count(*) aa from t order by count(*); or: select a+1 aa from t order by a+1; You can merge this pull request into a Git repository by running: $ git pull https://github.com/anoopsharma00/incubator-trafodion ansharma_trafr21_order Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/717.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #717 ---- commit 6ad9a9a4f651dbf03f7d808d2e3f426a67773ddd Author: Anoop Sharma <anoop.sha...@esgyn.com> Date: 2016-09-21T14:56:26Z jira TRAFODION-2184 Fix to order by on renamed expressions ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---