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

   …fier fields and do not allow deleting columns with nested identifier fields
   
   This PR does 2 things:
   1.  Disable setting required fields nested in optional struct as identifier 
fields. Currently we only check if the identifier fields is required to prevent 
nullable identifier fields, but a required field nested in an optional struct 
is also nullable;
   2. Disable deletion of struct type columns with nested identifier fields.
   
   @jackye1995 Could you help review this? Thanks!


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