bvaradar commented on a change in pull request #4910:
URL: https://github.com/apache/hudi/pull/4910#discussion_r840530132
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -167,6 +167,22 @@
+ "implementations of HoodieRecordPayload to convert incoming
records to avro. This is also used as the write schema "
+ "evolving records during an update.");
+ public static final ConfigProperty<String> INTERNAL_SCHEMA_STRING =
ConfigProperty
+ .key("hoodie.internal.schema")
+ .noDefaultValue()
+ .withDocumentation("Schema string representing the latest schema of the
table. Hudi passes this to "
+ + "implementations of evolution of schema");
+
+ public static final ConfigProperty<Boolean> SCHEMA_EVOLUTION_ENABLE =
ConfigProperty
Review comment:
@xiarixiaoyao : It is better to prefix with hoodie in the config. So,
hoodie.schema.on.read.enable
--
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]