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/06/02 00:50:00 UTC

[jira] [Updated] (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 updated HUDI-3555:
-----------------------------
    Sprint: 2022/05/16, 2022/05/17  (was: 2022/05/16)

> 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: liujinhui
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>
> 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)