thomasrebele commented on code in PR #6064: URL: https://github.com/apache/hive/pull/6064#discussion_r2336867512
########## ql/src/test/queries/clientpositive/results_cache_invalidation4.q: ########## @@ -0,0 +1,16 @@ +set hive.support.concurrency=true; +set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; + +set hive.query.results.cache.enabled=true; +set hive.query.results.cache.nontransactional.tables.enabled=true; Review Comment: Yes, this bug is also affecting nontransactional tables. Running results_cache_invalidation4.q on hive master (2c18ef2d5dde2a0c682eeb6dc9b7473b3b94386e) leads to the wrong result 'Victor' and 'Victor'. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
