simhadri-g commented on code in PR #4228: URL: https://github.com/apache/hive/pull/4228#discussion_r1180042955
########## iceberg/iceberg-handler/src/test/results/positive/col_stats.q.out: ########## @@ -339,17 +339,16 @@ POSTHOOK: type: DESCTABLE POSTHOOK: Input: default@tbl_ice_puffin col_name a data_type int -min 1 Review Comment: @dengzhhu653 , Yes, we recently merged a PR to store hive column stats in puffin files for iceberg tables. https://github.com/apache/hive/commit/a8a0ae782be87d1198006ea3cb508f14070231b7 Hive will use stats from this file whenever `hive.iceberg.stats.source=iceberg` There are few more follow up tasks that i am currently working as a part of the epic. -- 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]
