You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/16 14:19:50 UTC

[GitHub] [hudi] dongkelun commented on a diff in pull request #5883: [HUDI-4265] Remove useless targetTableName parameter in HoodieMultiTableDeltaStreamer

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


##########
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:
   There will be compatibility problems with the old version. This parameter is required in the old version. If this parameter is removed but configured in the command, an error will be reported. Do we have to be compatible with older versions?



-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org