varun-lakhyani commented on PR #17284: URL: https://github.com/apache/iceberg/pull/17284#issuecomment-5304422688
We have an existing issue (https://github.com/apache/iceberg/issues/16905, originally https://github.com/apache/iceberg/issues/13719) - rewriteTablePathAction produces manifest with incorrect size in manifest list so changing it from Hadoop(which triggers for length every time) to Eager which trust the length breaks the test. There's an open fix at [#16910](https://github.com/apache/iceberg/pull/16910) — I've reviewed it and left comments. Hoping it lands soon to unblock this path. - It has known gap (incremental rewrite_table_path, carried-over manifests will still have stale lengths) https://github.com/apache/iceberg/pull/13720 - earlier PR closed due to stale. -- 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]
