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/03/14 07:48:20 UTC

[GitHub] [hudi] arunb2w edited a comment on issue #5000: [SUPPORT] Update all records based on key rather than using preCombineKey field

arunb2w edited a comment on issue #5000:
URL: https://github.com/apache/hudi/issues/5000#issuecomment-1066473294


   @nsivabalan 
   I am still seeing the same behavior
   My hudi options:
   'hoodie.table.name': tableName,
               'hoodie.datasource.write.recordkey.field': 'KEY',
               'hoodie.datasource.write.partitionpath.field': 'partition_field',
               'hoodie.datasource.write.table.name': tableName,
               'hoodie.datasource.write.operation': 'upsert',
               'hoodie.datasource.write.payload.class': 'org.apache.hudi.common.model.OverwriteNonDefaultsWithLatestAvroPayload',
               'hoodie.datasource.write.table.type': write_type,
               'hoodie.datasource.write.precombine.field': 'VERSION',
               'hoodie.upsert.shuffle.parallelism': 2,
               'hoodie.insert.shuffle.parallelism': 2


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