mtami opened a new issue #3429: URL: https://github.com/apache/hudi/issues/3429
I am trying to upsert data into S3 that has timestamp with microseconds precision. However, Hudi truncate the microseconds part when writing to parquet file. `I used hoodie.datasource.hive_sync.support_timestamp=true, but still can't get microseconds precision.` I used a parquet-tool to show the data before and after the ingesting. **Expected behavior** A timestamp field with microseconds precision. **Environment Description** * Hudi version : 0.80 * Spark version : 2.4.3 * Hadoop version : 2.8 * Storage (HDFS/S3/GCS..) : S3 * Running on Docker? (yes/no) : no -- 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]
