yanghua commented on a change in pull request #3177:
URL: https://github.com/apache/hudi/pull/3177#discussion_r664175306



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/schema/FilebasedSchemaProvider.java
##########
@@ -64,7 +64,7 @@ public FilebasedSchemaProvider(TypedProperties props) {
   }
 
   public FilebasedSchemaProvider(Configuration conf) {
-    final String readSchemaPath = 
conf.getString(FlinkOptions.READ_AVRO_SCHEMA_PATH);
+    final String readSchemaPath = 
conf.getString(FlinkOptions.SOURCE_AVRO_SCHEMA_PATH);

Review comment:
       `readSchemaPath ` -> `sourceSchemaPath`?




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to