rishabhp commented on issue #498: Is there any record delete examples? URL: https://github.com/apache/incubator-hudi/issues/498#issuecomment-509353061 Based on the current code, the correct way to hard delete is (tested in `COW` only): ``` writer // specify record_key, partition_key and precombine_fieldkey .option(DataSourceWriteOptions.INSERT_DROP_DUPS_OPT_KEY, "true") .option(DataSourceWriteOptions.PAYLOAD_CLASS_OPT_KEY, "com.uber.hoodie.EmptyHoodieRecordPayload") ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
