yihua opened a new pull request #781: [HUDI-161] Remove --key-generator-class 
CLI arg in HoodieDeltaStreamer and use key generator class specified in 
datasource properties
URL: https://github.com/apache/incubator-hudi/pull/781
 
 
   1. Removing --key-generator-class CLI arg in HoodieDeltaStreamer.
   2. Changing the method `createKeyGenerator()` in `DataSourceUtils` class to 
directly get the class name of the key generator from the properties, instead 
of using the passed-in argument of the key generator class.
   3. Adjusting the tests in `TestHoodieDeltaStreamer` to take the specified 
key generator class.  Adding one test around the invalid class name of the key 
generator.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to