lokeshj1703 commented on PR #11638: URL: https://github.com/apache/hudi/pull/11638#issuecomment-2230945031
I have covered all the cases where a new table is created and where partition fields are set in the meta client. Also the upgrade/downgrade handler (version 6-> 8, 8 -> 6). HoodieCatalogTable also creates a new table using meta client instantiation but currently HoodieCatalogTable does not support custom key generators. The key generator is created using method `org.apache.hudi.keygen.KeyGenUtils#inferKeyGeneratorTypeForAutoKeyGen` which lacks the support for custom keygen. So I have not made any change in that class. It seems like the custom keygen should be handled by the function. cc @codope -- 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]
