bvaradar commented on issue #1902:
URL: https://github.com/apache/hudi/issues/1902#issuecomment-669698259


   'hoodie.datasource.write.operation': hudi_config.write_operation,
   'hoodie.datasource.write.hive_style_partitioning': 'true',
   'hoodie.combine.before.insert': hudi_config.write_operation in 
['insert','bulkinsert'] if 'true' else 'false',
   
   This does suggest you used "bulkinsert" instead of  "bulk_insert". Is this 
the case ? If so, this would have resulted in upsert operation being performed. 
Let me open a jira to error out instead of silently reverting to upsert. 
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to