CaesarWangX commented on issue #10508: URL: https://github.com/apache/hudi/issues/10508#issuecomment-1982364578
Hi @ad1happy2go. Here is my solution for migrating current table to from hudi0.11.1 to hudi0.14.0. 1. Rewrite CustomKeyGenerator to remove the restriction on partitionPath to be in the format of xx:Type. 2. Directly add simple as the default 3. Modify the configuration in the existing hoodie. properties and replace the keyGenerator with my own keyGenerator 4. For tables that have already been written using hudi0.11.1 and need to be upgraded to hudi0.14.0, this approach is feasible Regarding this,Any suggestion is appreciated. Thank you -- 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]
