Nasrulla Khan Haris created HIVE-20866:
------------------------------------------
Summary: Result Caching doesnt work if order of the columns is
changed in the query.
Key: HIVE-20866
URL: https://issues.apache.org/jira/browse/HIVE-20866
Project: Hive
Issue Type: New Feature
Reporter: Nasrulla Khan Haris
# Run the query "select country,count💛 from hivesampletable group by country;"
# Â Make sure the result of the query is cached.
#  Run the query by changing the order select count💛,country from
hivesampletable group by country;
# Â Query in Step 3 should not spawn cluster tasks.
cc: [~ashitg]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)