We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa44f2e commit e0ab7faCopy full SHA for e0ab7fa
1 file changed
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java
@@ -103,10 +103,10 @@ public class HiveSyncConfigHolder {
103
.key("hoodie.datasource.hive_sync.create_managed_table")
104
.defaultValue(false)
105
.withDocumentation("Whether to sync the table as managed table.");
106
-
107
public static final ConfigProperty<Boolean> HIVE_OMIT_METADATA_FIELDS = ConfigProperty
108
.key("hoodie.datasource.hive_sync.omit_metadata_fields")
109
+ .sinceVersion("0.12.1")
110
.withDocumentation("Whether to omit the hoodie metadata fields in the target table.");
111
public static final ConfigProperty<Integer> HIVE_BATCH_SYNC_PARTITION_NUM = ConfigProperty
112
.key("hoodie.datasource.hive_sync.batch_num")
0 commit comments