yihua commented on PR #6349: URL: https://github.com/apache/hudi/pull/6349#issuecomment-1249989632
> @yihua @codope I have found the cause of the above ci failed. > > If an empty string is passed to the `duplicatedPartitionPath` parameter of the **repair deduplicate** command, the checkNotNull function recognizes a null value when processing the argument of the [sparkLauncher.addAppArgs](https://github.com/apache/hudi/blob/master/hudi-cli/src/main/java/org/apache/hudi/cli/commands/RepairsCommand.java#L98) function, and the spark job does not run properly. > > If fixed this part, I think it will be successful. @brightwon Is this behavior related to what #6489 is trying to fix? -- 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]
