Skip to content

Commit e0ab7fa

Browse files
committed
Add since version
1 parent fa44f2e commit e0ab7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ public class HiveSyncConfigHolder {
103103
.key("hoodie.datasource.hive_sync.create_managed_table")
104104
.defaultValue(false)
105105
.withDocumentation("Whether to sync the table as managed table.");
106-
107106
public static final ConfigProperty<Boolean> HIVE_OMIT_METADATA_FIELDS = ConfigProperty
108107
.key("hoodie.datasource.hive_sync.omit_metadata_fields")
109108
.defaultValue(false)
109+
.sinceVersion("0.12.1")
110110
.withDocumentation("Whether to omit the hoodie metadata fields in the target table.");
111111
public static final ConfigProperty<Integer> HIVE_BATCH_SYNC_PARTITION_NUM = ConfigProperty
112112
.key("hoodie.datasource.hive_sync.batch_num")

0 commit comments

Comments
 (0)