nastra commented on issue #11103: URL: https://github.com/apache/iceberg/issues/11103#issuecomment-2350867498
I think the issue is that https://github.com/apache/iceberg/blob/afda8be/core/src/main/java/org/apache/iceberg/rest/responses/LoadTableResponse.java#L64 is not idempotent and writes a new metadata log entry and also updates `lastUpdatedMillis` whenever `LoadTableResponse#tableMetadata()` is called -- 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]
