[ 
https://issues.apache.org/jira/browse/HUDI-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545163#comment-17545163
 ] 

Shawn Chang commented on HUDI-4175:
-----------------------------------

Posted this [PR|https://github.com/apache/hudi/pull/5732] to fix this issue

> 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
>
>  
> {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)

Reply via email to