This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 4a4ac9e133c [HUDI-6241] HIVE_SYNC_TABLE_STRATEGY in
HiveSyncConfigHolder Documentation fix (#8765)
4a4ac9e133c is described below
commit 4a4ac9e133c25524414212e7294dd5d45ecfc440
Author: xuzifu666 <[email protected]>
AuthorDate: Sat May 20 10:31:06 2023 +0800
[HUDI-6241] HIVE_SYNC_TABLE_STRATEGY in HiveSyncConfigHolder Documentation
fix (#8765)
Co-authored-by: xuyu <[email protected]>
---
.../src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java
b/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java
index f5c0ec15125..74cb90de020 100644
---
a/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java
+++
b/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java
@@ -155,5 +155,5 @@ public class HiveSyncConfigHolder {
.defaultValue(HoodieSyncTableStrategy.ALL.name())
.markAdvanced()
.sinceVersion("0.13.0")
- .withDocumentation("Hive table synchronization strategy. Available
option: ONLY_RO, ONLY_RT, ALL.");
+ .withDocumentation("Hive table synchronization strategy. Available
option: RO, RT, ALL.");
}