danny0405 commented on code in PR #9640:
URL: https://github.com/apache/hudi/pull/9640#discussion_r1322323154
##########
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfigHolder.java:
##########
@@ -72,7 +72,7 @@ public class HiveSyncConfigHolder {
.withDocumentation("Hive metastore url");
public static final ConfigProperty<String> HIVE_AUTO_CREATE_DATABASE =
ConfigProperty
.key("hoodie.datasource.hive_sync.auto_create_database")
- .defaultValue("true")
+ .defaultValue("false")
.markAdvanced()
Review Comment:
Okay with it, just need to make sure the effect of existing use cases.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]