wangjunjie-lnnf commented on issue #11738: URL: https://github.com/apache/hudi/issues/11738#issuecomment-2275068728
https://hudi.apache.org/releases/release-0.14.0#migration-guide ``` When running a Hudi job with version 0.14.0 on a table with an older table version, an automatic upgrade process is triggered to bring the table up to version 6. This upgrade is a one-time occurrence for each Hudi table, as the hoodie.table.version is updated in the property file upon completion of the upgrade. ``` the migration-guide say it will automatic upgrade. the error above occur before the automatic upgrade function. when we bypass the `HoodieWriterUtils$.validateTableConfig(...)`, the automatic upgrade was success. -- 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]
