yanghua commented on code in PR #5883:
URL: https://github.com/apache/hudi/pull/5883#discussion_r899694821


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieMultiTableDeltaStreamer.java:
##########
@@ -258,7 +258,6 @@ public static class Config implements Serializable {
         description = "base path prefix for multi table support via 
HoodieMultiTableDeltaStreamer class")
     public String basePathPrefix;
 
-    @Parameter(names = {"--target-table"}, description = "name of the target 
table", required = true)

Review Comment:
   Yes, we'd better. So I would not suggest removing it right now. Can we use a 
`@Deprecated` annotation for a temporal solution? After two major versions, we 
could remove it directly. WDYT?



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