rdblue commented on PR #6802: URL: https://github.com/apache/iceberg/pull/6802#issuecomment-1426201751
I'm -1 on this change. I think that we want failures like #6796. When writing to a table, **you must always write using the table's schema**. You can't guess at what the schema will be or how the field IDs are probably assigned. It is always incorrect to create a table, create an Avro schema independently, and then use that Avro schema, even if it works in some cases because assignment is the same. -- 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]
