Shreyas220 commented on PR #431:
URL: https://github.com/apache/iceberg-go/pull/431#issuecomment-3129348115
@zeroshade
deferred schema update operations in build
Summary of change is that the logic present in each (add, update,e, delete
move ) operation is now divided into 2 logic, that are `validations `and `apply
`
- `validation `will go through all the operations, collect all the errors
and return
- `apply ` will rebuild the old schema update add, update and move... etc
structs
and then use the same old logic to rebuild the schema and commit
--
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]