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

[jira] [Updated] (HUDI-5074) Auto convert table names to lower case due to hive sync issues

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

Ethan Guo updated HUDI-5074:
----------------------------
    Fix Version/s: 0.12.2
                       (was: 0.13.0)

> Auto convert table names to lower case due to hive sync issues
> --------------------------------------------------------------
>
>                 Key: HUDI-5074
>                 URL: https://issues.apache.org/jira/browse/HUDI-5074
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: meta-sync
>            Reporter: sivabalan narayanan
>            Assignee: Jonathan Vexler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.2
>
>
> Hive general has issues w/ upper case. even though it may fail the sync, it will auto convert to lower case. but subsequent sync will fail since the table is not found and again we try to create the db and table again. 
>  
> Ref issue: 
> [https://github.com/apache/hudi/issues/6832]
>  
> But from the stacktrace from subsequent sync, its not apparent that uppercase is the issue. So, we can do something about it. 
>  * add a new config to auto convert table to lowercase. by default set this to true. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)