You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "cdmikechen (Jira)" <ji...@apache.org> on 2022/01/14 09:38:00 UTC

[jira] [Updated] (HUDI-3245) Convert uppercase letters to lowercase in storage configs

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

cdmikechen updated HUDI-3245:
-----------------------------
    Description: 
Spark use CaseInsensitiveMap to get options, so that we can not get some configs in *HoodieStorageConfig* like *hoodie.parquet.writeLegacyFormat.enabled* and *hoodie.parquet.outputTimestampType*

*!image-2022-01-14-17-36-42-345.png!*

*!image-2022-01-14-17-32-01-995.png!*

[^image-2022-01-14-17-36-42-345.png]

[^image-2022-01-14-17-32-01-995.png]

We should convert uppercase letters to lowercase letters, so that it can not affect the related method.

  was:
Spark use CaseInsensitiveMap to get options, so that we can not get some configs in *HoodieStorageConfig* like *hoodie.parquet.writeLegacyFormat.enabled* and *hoodie.parquet.outputTimestampType*

 !image-2022-01-14-17-36-42-345.png|thumbnail! 

 !image-2022-01-14-17-32-01-995.png|thumbnail! 

We should convert uppercase letters to lowercase letters, so that it can not affect the related method.


> Convert uppercase letters to lowercase in storage configs
> ---------------------------------------------------------
>
>                 Key: HUDI-3245
>                 URL: https://issues.apache.org/jira/browse/HUDI-3245
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: configs
>            Reporter: cdmikechen
>            Priority: Major
>             Fix For: 0.10.1
>
>         Attachments: image-2022-01-14-17-32-01-995.png, image-2022-01-14-17-36-42-345.png
>
>
> Spark use CaseInsensitiveMap to get options, so that we can not get some configs in *HoodieStorageConfig* like *hoodie.parquet.writeLegacyFormat.enabled* and *hoodie.parquet.outputTimestampType*
> *!image-2022-01-14-17-36-42-345.png!*
> *!image-2022-01-14-17-32-01-995.png!*
> [^image-2022-01-14-17-36-42-345.png]
> [^image-2022-01-14-17-32-01-995.png]
> We should convert uppercase letters to lowercase letters, so that it can not affect the related method.



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