abcdeian commented on issue #13753: URL: https://github.com/apache/hudi/issues/13753#issuecomment-3222363088
> Hi, can you try this fix for auto upgrade: [#13751](https://github.com/apache/hudi/pull/13751) the flink writer (with hoodie.table.version=6, hoodie.metadata.enable=true, and hoodie.write.auto.upgrade=true) can now write data to the existing Hudi table (with hoodie.table.version=6). However, the hoodie.properties file is not automatically upgraded. is this ok? when using the default Flink writer config to write to the old Hudi table(with hoodie.table.version=6), it can now successfully write data (which previously failed before this fix, some TimelineLayoutVersion checking error) and automatically upgrades the table version to 8. is this expected? -- 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]
