nsivabalan commented on issue #4980: URL: https://github.com/apache/hudi/issues/4980#issuecomment-1063713326
the expectation w/ reconcile schema is. lets say initial schema is schemaA and then table got upgraded to schemaB (by adding new columns to the end). after this upgrade, if you try to ingest records w/ schemaA, by default it will fail. but if you set the reconcile schema config, it will succeed. but do remember that schemaB should be backwards compataible w/ schemaA. -- 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]
