ajantha-bhat opened a new issue, #8450: URL: https://github.com/apache/iceberg/issues/8450
- [ ] Define the partition stats schema and requirements then add them to the Iceberg spec. - [ ] Define how to track partition stats files and add it to the Iceberg spec. - [ ] Move iceberg-parquet files to iceberg-core module - [ ] Move iceberg-orc files to iceberg-core module - [ ] Move PartitionsTable.Partition to a separate class and re-use them for partition stats. - [ ] Build a util to read and write partition stats file for a table on a single node. - [ ] Implement stats file tracking via TableMetadata. - [ ] Implement Synchronous partition stats writing during write operation (controlled by table property). - [ ] Implement parallel stats using metadata tables and a CALL procedure. - [ ] Build incremental update for a stats file based on incremental scan. - [ ] Implement incremental update using commit stats (SnapshotSummary) and add a flag to turn it off. -- 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]
