alexeykudinkin commented on code in PR #6196:
URL: https://github.com/apache/hudi/pull/6196#discussion_r974656615
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieCommonConfig.java:
##########
@@ -38,7 +38,7 @@ public class HoodieCommonConfig extends HoodieConfig {
public static final ConfigProperty<Boolean> RECONCILE_SCHEMA = ConfigProperty
.key("hoodie.datasource.write.reconcile.schema")
- .defaultValue(false)
+ .defaultValue(true)
Review Comment:
@kazdy i think we just need to clearly disambiguate our configuration to
make sure users can clearly understand what they can achieve and how (see my
previous comment
https://github.com/apache/hudi/pull/6196#discussion_r961984500): what you're
describing could be achieved today enabling Reconciliation and Schema Evolution.
-
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieCommonConfig.java:
##########
@@ -38,7 +38,7 @@ public class HoodieCommonConfig extends HoodieConfig {
public static final ConfigProperty<Boolean> RECONCILE_SCHEMA = ConfigProperty
.key("hoodie.datasource.write.reconcile.schema")
- .defaultValue(false)
+ .defaultValue(true)
Review Comment:
@kazdy i think we just need to clearly disambiguate our configuration to
make sure users can clearly understand what they can achieve and how (see my
previous comment
https://github.com/apache/hudi/pull/6196#discussion_r961984500): what you're
describing could be achieved today enabling Reconciliation and Schema Evolution.
--
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]