pratyakshsharma commented on a change in pull request #4925:
URL: https://github.com/apache/hudi/pull/4925#discussion_r816191131



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieMultiTableDeltaStreamer.java
##########
@@ -355,6 +414,12 @@ public static void main(String[] args) throws IOException {
     @Parameter(names = {"--checkpoint"}, description = "Resume Delta Streamer 
from this checkpoint.")
     public String checkpoint = null;
 
+    /**
+     * Fetch data from multi sources.
+     */
+    @Parameter(names = {"--fetch-from-multi-sources"}, description = "Fetch 
data from multi sources and ingest to single sink table")
+    public Boolean isFetchFromMultiSources = false;

Review comment:
       ditto, update the variable name and description




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