laskoviymishka opened a new pull request, #820: URL: https://github.com/apache/iceberg-go/pull/820
When a required field is missing from input data during schema projection, apply its default value instead of panicking: - Write path (useWriteDefault=true): apply write-default - Read path (useWriteDefault=false): apply initial-default This aligns with the Iceberg v3 spec (#589): write-default is used at write time when a field value is not supplied, and initial-default populates the field value for rows written before the field was added. The schema compatibility check is also updated to allow missing required fields through when they have either default set. -- 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]
