770120041 opened a new pull request, #15552: URL: https://github.com/apache/iceberg/pull/15552
## Summary Allow dropping entire map-type columns while still preventing deletion of map key/value sub-fields. Previously, attempting to drop a map column threw "Cannot delete map keys" because the validation checked if any ancestor was a map, rather than checking if the field being deleted was a map's key or value field. Fixes #15313 -- 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]
