YannByron opened a new issue, #1566: URL: https://github.com/apache/incubator-paimon/issues/1566
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation Since the upstream source's schema changes, like adding some fields, Paimon table can automatic merge this schema into the current schema while write data. with this feature, don't have to execute the separate `add column` command first. ### Solution if enable this, check and merge schema, write data, and commit the schema and snapshot together. ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
