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/02/10 05:49:31 UTC

[GitHub] [hudi] todd5167 commented on pull request #4774: [HUDI-3401] fix NPE caused by incorrect beforeKeyGenClassName validation

todd5167 commented on pull request #4774:
URL: https://github.com/apache/hudi/pull/4774#issuecomment-1034521580


   > @todd5167 LGTM. But if you show some codes or steps to indicate how to reproduce this , it will be nice.
   
   @YannByron   Execute insert statement using spark sql,with the default KEYGEN_CLASS, the exception occurs when the RecordKey is generated. 
   
   e.g.:INSERT into `hudi_mor_rt`  partition(order_date = '20220209')  values (5,'todd',1,1,'x','x')
   
   


-- 
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