kbendick opened a new pull request, #4693:
URL: https://github.com/apache/iceberg/pull/4693

   We need a parser for `UpdateTableRequest.UpdateRequirement` class.
   
   - Adds `UpdateRequirementParser`
   - Adds json serializer / deserializer to the RESTSerializers class
   - Adds tests for all of the individual implementations of 
`UpdateRequirement`, similar to `MetadataUpdate` tests.
   
   Open questions:
   Some of the fields don't necessarily line up with the spec.
   
   I've noted them on the PR. I was initially going to change them, but they 
are intertwined with some other classes (namely `MetadataUpdate` and would also 
possibly cause shadowing issues in some cases.
   
   Seeking feedback on naming for these.


-- 
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]

Reply via email to