Shubham Chaurasia created HIVE-24973:
----------------------------------------
Summary: QueryPlan.QueryProperties.hasOuterOrderBy() returns false
when a constant is present in the query
Key: HIVE-24973
URL: https://issues.apache.org/jira/browse/HIVE-24973
Project: Hive
Issue Type: Bug
Components: Parser, Query Planning
Reporter: Shubham Chaurasia
When we have some constant in the query like -
{code}
select *, 'some_constant' from movie_orc order by movieid desc;
{code}
QueryPlan.QueryProperties.hasOuterOrderBy() returns false even when the order
by is present.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)