You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/05/16 10:54:00 UTC

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

     [ https://issues.apache.org/jira/browse/HUDI-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Xu reassigned HUDI-3555:
--------------------------------

    Assignee: Jian Feng

> 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: Improvement
>          Components: spark
>            Reporter: sivabalan narayanan
>            Assignee: Jian Feng
>            Priority: Major
>
> 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.7#820007)