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/01/21 14:00:29 UTC

[GitHub] [hudi] rafcis02 edited a comment on issue #4552: [BUG] Data corrupted in the timestamp field to 1970-01-01 19:45:30.000 after subsequent upsert run

rafcis02 edited a comment on issue #4552:
URL: https://github.com/apache/hudi/issues/4552#issuecomment-1018528900


   I tried the patch from https://github.com/apache/hudi/pull/4203 but it still does not work for me.
   The only difference is that I upsert data using SQL MERGE INTO statement.
   I run my job in the AWS Glue - first job execution dumps data to S3 and creates table in Glue Data Catalog(BULK_INSERT). Then I add property(to serde properties) to Glue table `hoodie.datasource.write.keygenerator.consistent.logical.timestamp.enabled=true`, so the SQL command can read this property. But when I'm running upsert job, it still corrupts all the timestamps within the files that are being updated. 
   @nsivabalan Could you help me with it, please?


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