amogh-jahagirdar opened a new pull request, #10848: URL: https://github.com/apache/iceberg/pull/10848
This change clarifies in the REST Spec that server implementations for commit endpoints should fail with 400 for any unknown requirements/updates. This ensures that server implementations should *not* ignore table change or requirement to ensure correctness guarantees for implementations. The default implementation already fails for unknown [updates](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/MetadataUpdateParser.java#L316-L317) and [requirements](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/UpdateRequirementParser.java#L182-L183). -- 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]
