rahil-c commented on code in PR #19672:
URL: https://github.com/apache/hudi/pull/19672#discussion_r3834342554
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/config/CloudSourceConfig.java:
##########
@@ -131,7 +131,9 @@ public class CloudSourceConfig extends HoodieConfig {
.noDefaultValue()
.withAlternatives(DELTA_STREAMER_CONFIG_PREFIX +
"source.cloud.data.select.file.extension")
.markAdvanced()
- .withDocumentation("Only match files with this extension. By default,
this is the same as hoodie.streamer.source.hoodieincr.file.format");
+ .withDocumentation("Only match files with this extension. Accepts a
comma separated list, "
Review Comment:
is this true did you check to see this matches behavior of
"hoodie.streamer.source.hoodieincr.file.format"?
--
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]