kevinjqliu opened a new issue, #2376: URL: https://github.com/apache/iceberg-python/issues/2376
### Apache Iceberg version None ### Please describe the bug 🐞 `AssertRefSnapshotId`'s `snapshot-id` field is required even though it can be null or missing. Call out this specific requirement as some serializers might omit missing/null fields by default. this is the only case of required but null/missing in the REST spec We found this when working with pyiceberg https://github.com/apache/iceberg-python/pull/2343 ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
