yihua commented on code in PR #8184:
URL: https://github.com/apache/hudi/pull/8184#discussion_r1155069167


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/GcsEventsHoodieIncrSource.java:
##########
@@ -114,19 +111,19 @@ public GcsEventsHoodieIncrSource(TypedProperties props, 
JavaSparkContext jsc, Sp
 
     this(props, jsc, spark, schemaProvider,
             new FilePathsFetcher(props, getSourceFileFormat(props)),
-            new FileDataFetcher(props, props.getString(DATAFILE_FORMAT, 
DEFAULT_SOURCE_FILE_FORMAT))
+            new FileDataFetcher(props, props.getString(DATAFILE_FORMAT.key(), 
SOURCE_FILE_FORMAT.defaultValue()))

Review Comment:
   Fixed.



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

Reply via email to