InvisibleProgrammer opened a new pull request, #4251: URL: https://github.com/apache/hive/pull/4251
### What changes were proposed in this pull request? ObjectCache set up for Iceber CLI drivers (both for positive and negative) ### Why are the changes needed? Qtests failed if they had a `limit` clause. Example: ```sql create table icebergtable (id int, name string) stored by iceberg stored as parquet; insert into icebergtable values (1, 'Joe'), (2, 'Jack'); select * from icebergtable limit 1; ``` ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? With QTests -- 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]
