navbalaraman commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1183484696

   Used a different config below and now am getting a different error "Failed 
to upsert for commit time 20220713163717"
   
   ```
   .option(DataSourceWriteOptions.OPERATION_OPT_KEY, 
DataSourceWriteOptions.UPSERT_OPERATION_OPT_VAL)
   .option(HoodieWriteConfig.WRITE_PAYLOAD_CLASS_NAME.key(), 
"org.apache.hudi.EmptyHoodieRecordPayload")
   ```
   Tried this per the option in the documentation given here 
https://hudi.apache.org/docs/0.9.0/writing_data/#deletes


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to