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 2020/08/13 08:23:51 UTC

[GitHub] [hudi] bhasudha edited a comment on issue #1960: How do you change the 'hoodie.datasource.write.payload.class' configuration property?

bhasudha edited a comment on issue #1960:
URL: https://github.com/apache/hudi/issues/1960#issuecomment-673336838


   @brandon-stanley  the `hoodie.datasource.write.precombine.field` is a mandatory field. If not specified a default field name `ts` is assumed. Since your table does not have this field you are seeing the above error.  The payload class invocation is not an issue since the stack trace you are pointing to here is happening way before the payload class is being invoked. You might want to point the `hoodie.datasource.write.precombine.field` to a valid column in the table and then also pass in a payload class that would ignore the precombine field. You can try that way. 
   
   But this aside,  does your dataset not have duplicates ? 


----------------------------------------------------------------
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:
users@infra.apache.org