adrians commented on issue #13719: URL: https://github.com/apache/iceberg/issues/13719#issuecomment-3729585609
Hi @0xRobin, The workaround that I've found is that after a rewrite_table_path is run (and a table migrated to a new storage path, then registered into the table-catalog), we open a spark-shell using the new catalog and call the "rewrite_manifests" procedure (https://iceberg.apache.org/docs/1.6.0/spark-procedures/#rewrite_manifests). This procedure refreshes the manifest-files, and fills them in using the correct file-lengths. -- 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]
