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

2020-08-14 Thread GitBox
bhasudha commented on issue #1960: URL: https://github.com/apache/hudi/issues/1960#issuecomment-673910051 @brandon-stanley Based on your description above, you could try this: Instead of skipping the precombine field, you could add the COALESCE(update_date, create_date) as new

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

2020-08-13 Thread GitBox
bhasudha commented 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