Nasrulla Khan Haris created HIVE-20865:
------------------------------------------

             Summary: Query Result caching for queries which contain subqueries 
which are cached.
                 Key: HIVE-20865
                 URL: https://issues.apache.org/jira/browse/HIVE-20865
             Project: Hive
          Issue Type: New Feature
          Components: Hive
            Reporter: Nasrulla Khan Haris


Steps:
1. Execute query select count💛 from hivesampletable where country='United 
States'
2. Make sure the query results for the query in step 1 is cached.
3. Execute select count💛 from hivesampletable where country='United States' or 
Country="United Kingdom";
4. Query should not spawn cluster tasks to execute select count💛 from 
hivesampletable where country='United States'

 

cc : [~ashitg]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to