badalprasadsingh opened a new issue, #1424:
URL: https://github.com/apache/iceberg-go/issues/1424

   ### Apache Iceberg version
   
   main (development)
   
   ### Please describe the bug 🐞
   
   In Iceberg-Go, `applyChanges.List` and `applyChanges.Map` ignore optionality 
updates registered for list elements and map values.
   
   While type promotions are correctly applied, changes to a list element's 
`Required` flag or a map value's `Required` flag are silently dropped because 
`ElementRequired` and `ValueRequired` are always copied from the original 
schema instead of using the registered updates.


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