hudi-bot opened a new issue, #15625: URL: https://github.com/apache/hudi/issues/15625
Currently the configs hoodie.datasource.write.keygenerator.class and hoodie.datasource.write.keygenerator.type are used in multiple areas to create a key generator. The idea is to reuse the *KeyGeneratorFactory classes for instantiating KeyGenerator. The Jira adds a KeyGeneratorFactory base class and HoodieSparkKeyGeneratorFactory, HoodieAvroKeyGeneratorFactory extends this base class. These classes are then used in code for creating KeyGenerator. Based on Github issue: [https://github.com/apache/hudi/issues/7291] ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5374 - Type: Bug - Fix version(s): - 1.1.0 -- 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]
