qinghui-xu commented on issue #13783: URL: https://github.com/apache/iceberg/issues/13783#issuecomment-3197110549
Errors found in the logs: `ERROR RewriteDataFilesSparkAction: Failure during rewrite group FileGroupInfo`, while the `Result` does not contain any failure. But I think I figured out. In fact we are using iceberg 1.4.3, and the issue seems fixed in recent versions. [current](https://github.com/apache/iceberg/blob/389c04cfb0d97c34d8321439f501f9b1c0f7d72d/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.java#L311) vs. [1.4.3](https://github.com/apache/iceberg/blob/apache-iceberg-1.4.3/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.java#L277) -- 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]
