You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/16 02:56:38 UTC

[GitHub] [hudi] danny0405 commented on pull request #5877: [HUDI-4260] Change KEYGEN_CLASS_NAME without default value

danny0405 commented on PR #5877:
URL: https://github.com/apache/hudi/pull/5877#issuecomment-1157175848

   Thanks, i would suggest to keep it in order to be null-safe, or we should check all the code paths that use the option for null checking. For example, such validation now throws NPE:
   `conf.getString(FlinkOptions.KEYGEN_CLASS_NAME).equals(TimestampBasedAvroKeyGenerator.class.getName()`


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org