This is an automated email from the ASF dual-hosted git repository.
jingzhang 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 856cdb2dfd0 [HUDI-7415] Support OLAP engine query from origin table
avoid empty result in default (#10685)
856cdb2dfd0 is described below
commit 856cdb2dfd0d35a3ddbec5cbc4a555e60b0f078f
Author: xuzifu666 <[email protected]>
AuthorDate: Mon Feb 19 15:03:35 2024 +0800
[HUDI-7415] Support OLAP engine query from origin table avoid empty result
in default (#10685)
---
.../src/main/java/org/apache/hudi/sync/common/HoodieSyncConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/HoodieSyncConfig.java
b/hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/HoodieSyncConfig.java
index 678b5354817..8e7e5bd319f 100644
---
a/hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/HoodieSyncConfig.java
+++
b/hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/HoodieSyncConfig.java
@@ -174,7 +174,7 @@ public class HoodieSyncConfig extends HoodieConfig {
.withDocumentation("The spark version used when syncing with a
metastore.");
public static final ConfigProperty<String>
META_SYNC_SNAPSHOT_WITH_TABLE_NAME = ConfigProperty
.key("hoodie.meta.sync.sync_snapshot_with_table_name")
- .defaultValue("false")
+ .defaultValue("true")
.markAdvanced()
.sinceVersion("0.14.0")
.withDocumentation("sync meta info to origin table if enable");