zhangbutao commented on PR #5215: URL: https://github.com/apache/hive/pull/5215#issuecomment-2136897407
> @zhangbutao, do you know if iceberg provides partition row_count stats? https://docs.google.com/document/d/1vaufuD47kMijz97LxM67X8OX-W2Wq7nmlz3jRo8J5Qk if not, maybe we can get it from meta table: > > ``` > SELECT record_count FROM prod.db.table.partitions where spec_id in (....) > ``` IMO, iceberg's partition stats feature is in development. Such as https://github.com/apache/iceberg/pull/9170/files. In addition, partition stats feature started from Iceberg1.5.0, so we need to upgrade icenerg dependency. I will try to play meta table to get partition stats. -- 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]
