nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1216142966
guess the root cause is that, when you upgraded the table schema w/ new columns, it should have been nullable. likely in your case it was non-nullable column. Which is not backwards compatible upgrade since in newer commits you are trying to ingest data in older 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]
