yihua commented on code in PR #5842:
URL: https://github.com/apache/hudi/pull/5842#discussion_r895218478
##########
hudi-cli/src/main/java/org/apache/hudi/cli/commands/SparkMain.java:
##########
@@ -148,7 +148,7 @@ public static void main(String[] args) throws Exception {
}
configs = new ArrayList<>();
if (args.length > 9) {
- configs.addAll(Arrays.asList(args).subList(8, args.length));
+ configs.addAll(Arrays.asList(args).subList(9, args.length));
Review Comment:
looks like there are many instances of this pattern. I created a Jira for
clean-up: [HUDI-4228](https://issues.apache.org/jira/browse/HUDI-4228)
--
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]