Aggarwal-Raghav commented on PR #6232: URL: https://github.com/apache/hive/pull/6232#issuecomment-3654644022
LGTM +1 (non-binding) Small doubt, somewhat outside the scope of PR. When `hive.iceberg.stats.source=iceberg`, the basic table stats (numRows, totalSize, numFiles which are present in desc formatted output) are read from puffin files or from HMS? If `hive.iceberg.stats.source=metastore`, then where per-partition stats be present? As per javadoc in `org.apache.hadoop.hive.ql.metadata.HiveStorageHandler#supportsPartitioning()` ``` Any partitioning scheme provided via the standard HiveQL syntax will be honored but stored in someplace other than HMS, depending on the storage handler implementation. ``` -- 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]
