brightwon commented on PR #6349:
URL: https://github.com/apache/hudi/pull/6349#issuecomment-1249989142

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


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