mxm opened a new pull request, #13659: URL: https://github.com/apache/iceberg/pull/13659
This fix converts existing required fields to optional which allows writing data with schemas missing the required field. Prior this change, the field had to exist in both write schema and table schema. Now it can be absent from the write schema. -- 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]
