1
0

[HUDI-4323] Make database table names optional in sync tool (#6073)

* [HUDI-4323] Make database table names optional in sync tool
* Infer from these properties from the table config
This commit is contained in:
Shiyan Xu
2022-07-10 23:33:31 -05:00
committed by GitHub
parent 63f95ab801
commit 51244eba82
3 changed files with 65 additions and 16 deletions

View File

@@ -414,8 +414,6 @@ object DataSourceWriteOptions {
@Deprecated
val HIVE_DATABASE: ConfigProperty[String] = HoodieSyncConfig.META_SYNC_DATABASE_NAME
@Deprecated
val hiveTableOptKeyInferFunc: JavaFunction[HoodieConfig, Option[String]] = HoodieSyncConfig.TABLE_NAME_INFERENCE_FUNCTION
@Deprecated
val HIVE_TABLE: ConfigProperty[String] = HoodieSyncConfig.META_SYNC_TABLE_NAME
@Deprecated
val HIVE_BASE_FILE_FORMAT: ConfigProperty[String] = HoodieSyncConfig.META_SYNC_BASE_FILE_FORMAT