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/02/07 02:46:53 UTC

[GitHub] [hudi] YannByron commented on pull request #4749: Set hoodie.parquet.outputtimestamptype to TIMESTAMP_MICROS by default

YannByron commented on pull request #4749:
URL: https://github.com/apache/hudi/pull/4749#issuecomment-1031018797


   @nsivabalan
   For now this config `hoodie.parquet.outputtimestamptype` is only used in 'bulk_insert' mode, not `upsert`. and it won't affect timestamp based partition path.
   If set false, Long values representing the timestamp type will be persisted in parquet file using the format of `TIMESTAMP_MILLIS ` when `bulk_insert`. And set true, using the format of `TIMESTAMP_MICROS`.
   BTW, `upsert` uses the `TIMESTAMP_MICROS` format. 


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