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

[jira] [Closed] (HUDI-4175) Hive Sync Options pointing to wrong new options

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

Shawn Chang closed HUDI-4175.
-----------------------------
    Resolution: Duplicate

Duplicate issue of another jira: https://issues.apache.org/jira/browse/HUDI-4162

Closing this one now

> Hive Sync Options pointing to wrong new options
> -----------------------------------------------
>
>                 Key: HUDI-4175
>                 URL: https://issues.apache.org/jira/browse/HUDI-4175
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Shawn Chang
>            Priority: Minor
>              Labels: pull-request-available
>
>  
> {code:java}
> @Deprecated
> val META_SYNC_ENABLED_OPT_KEY = HoodieSyncConfig.META_SYNC_DATABASE_NAME.key()
> /** @deprecated Use {@link HIVE_DATABASE} and its methods instead */
> ...
> @Deprecated
> val HIVE_TABLE_OPT_KEY = HoodieSyncConfig.META_SYNC_DATABASE_NAME.key() {code}
> Those options above in hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala are wrong
>  
> It's causing issues for apps that use older configs even they are deprecated
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)