coolderli opened a new pull request #4005: URL: https://github.com/apache/iceberg/pull/4005
At present, the `PartitionsTable` only contains `file_count`, when using the v2 table, we can't know the count of delete files on each partition. In this pr, I add `delete_frile_count` to `PartitionsTable`, so we can know the count of data files and delete files when we query `select * from prod.db.table.partitions`. -- 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]
