somasays opened a new pull request, #2798: URL: https://github.com/apache/iceberg-python/pull/2798
## Summary - Fixes #2786: `update_schema().update_column()` was not updating the `required` property for list elements or map values - Modified `_ApplyChanges.list()` to check `self._updates` for element's required property - Modified `_ApplyChanges.map()` to check `self._updates` for value's required property - Added 2 unit tests for list element and map value required updates ## Test plan - [x] All 3032 unit tests pass - [x] Lint passes - [x] New tests cover: updating list element required, updating map value required Closes #2786 -- 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]
