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 23:52:09 UTC

[GitHub] [hudi] nsivabalan commented on issue #5036: [SUPPORT] AWS DMS and Deletes on S3 with Hudi

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org