nastra commented on issue #15307: URL: https://github.com/apache/iceberg/issues/15307#issuecomment-3895484534
Was the metadata actually written by the Java client? Because I noticed in your metadata that it first writes `metadata-file` before writing `timestamp-ms`, but in the java impl we always write it the other way around: https://github.com/apache/iceberg/blob/345140e9f7d428fcc3b4fcc639a690084a698b76/core/src/main/java/org/apache/iceberg/TableMetadataParser.java#L274-L275 -- 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]
