Apoorv Naik created ATLAS-2353:
----------------------------------
Summary: [DSL] Orderby ordering should be applied to the selected
column(s)
Key: ATLAS-2353
URL: https://issues.apache.org/jira/browse/ATLAS-2353
Project: Atlas
Issue Type: Bug
Reporter: Apoorv Naik
Eg. DB groupby(owner) select name, owner orderby name
This query results in ordering of elements per group, so the selected columns
wouldn't appear sorted/ordered
This fix defers the ordering to a later stage after the select result is
obtained, so that the ordering is done on the selected columns
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)