nsivabalan commented on issue #5036: URL: https://github.com/apache/hudi/issues/5036#issuecomment-1067420217
can you add a transformer and de-dup on your end just for delete records. After de-duping, you can set the a dummy value for your preCombine field (anyways, it will be no-op) when hudi tries to de-dup. Do these records have "_hoodie_is_deleted" field as true? and thats how you are issuing deletes to hudi is it ? -- 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]
