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


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestGcsEventsHoodieIncrSource.java:
##########
@@ -374,7 +375,7 @@ private TypedProperties 
setProps(IncrSourceHelper.MissingCheckpointStrategy miss
     properties.setProperty("hoodie.deltastreamer.source.hoodieincr.path", 
basePath());
     
properties.setProperty("hoodie.deltastreamer.source.hoodieincr.missing.checkpoint.strategy",
         missingCheckpointStrategy.name());
-    
properties.setProperty("hoodie.deltastreamer.source.gcsincr.datafile.format", 
"json");
+    properties.setProperty(CloudSourceConfig.DATAFILE_FORMAT.key(), "json");

Review Comment:
   Looks like `hoodie.deltastreamer.source.gcsincr.datafile.format` is already 
deprecated.  Make sure no one is using it anymore.



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