danny0405 commented on a change in pull request #2658:
URL: https://github.com/apache/hudi/pull/2658#discussion_r592129699



##########
File path: hudi-flink/src/main/java/org/apache/hudi/operator/FlinkOptions.java
##########
@@ -81,6 +81,12 @@ private FlinkOptions() {
       .noDefaultValue()
       .withDescription("Avro schema file path, the parsed schema is used for 
deserializing");
 
+  public static final ConfigOption<String> READ_SCHEMA_STRING = ConfigOptions
+      .key("read.schema.string")
+      .stringType()
+      .noDefaultValue()
+      .withDescription("Avro schema string, the parsed schema is used for 
deserialization");

Review comment:
       Yes, rename to `read.avro-schema`, remove the string suffix because 
apparently it is.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to