turboFei commented on PR #11478: URL: https://github.com/apache/iceberg/pull/11478#issuecomment-4513980079
We are working on Iceberg V2(Iceberg-1.6) to V3(Icberg-1.10.1) migration and upgrade the compaction service iceberg lib first. For a non-partitioned table, here is the result of `rewrite_position_delete_files` procedure. ``` +----------------------------+------------------------+---------------------+-----------------+ |rewritten_delete_files_count|added_delete_files_count|rewritten_bytes_count|added_bytes_count| +----------------------------+------------------------+---------------------+-----------------+ |1944 |184163 |622416895 |692438117 | +----------------------------+------------------------+---------------------+-----------------+ ``` cc @manuzhang -- 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]
