You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2022/03/03 17:26:00 UTC

[jira] [Created] (HUDI-3555) re-use spark config for parquet timestamp format instead of having our own config

sivabalan narayanan created HUDI-3555:
-----------------------------------------

             Summary: re-use spark config for parquet timestamp format instead of having our own config
                 Key: HUDI-3555
                 URL: https://issues.apache.org/jira/browse/HUDI-3555
             Project: Apache Hudi
          Issue Type: Task
          Components: spark
            Reporter: sivabalan narayanan


We have two diff configs to set the right timestamp format. 
"hoodie.parquet.outputtimestamptype": "TIMESTAMP_MICROS",
and spark config
--conf spark.sql.parquet.outputTimestampType=TIMESTAMP_MICROS 
 

We should deprecate our own config and just rely on spark's configs. 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)