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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
