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/09/17 03:35:53 UTC

[GitHub] [hudi] yihua commented on pull request #6349: [HUDI-4433] Hudi-CLI repair deduplicate not working with non-partitio…

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

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