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/04/06 12:09:21 UTC

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

jasondavindev commented on issue #5036:
URL: https://github.com/apache/hudi/issues/5036#issuecomment-1090194411

   I had the same ploblem for DMS ingestion. I tried a solution changing the source code of [AWSDmsTransformer](https://github.com/apache/hudi/blob/master/hudi-utilities/src/main/java/org/apache/hudi/utilities/transform/AWSDmsTransformer.java) but not worked for me. Then I changed the source code of [HoodieAvroUtils](https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java#L505) to populate the `updated_at` field.


-- 
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