bvaradar commented on a change in pull request #1898:
URL: https://github.com/apache/hudi/pull/1898#discussion_r465186323



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -165,6 +168,12 @@ public Operation convert(String value) throws 
ParameterException {
     }
   }
 
+  private static final class VoidSplitter implements IParameterSplitter {

Review comment:
       @zhedoubushishi : Lets not bring in jcommander dependency to 
hudi-common. hudi-common is a core package used across different environments. 
This can be made the first level class but lets keep it in hudi-utilities : 
org.apache.hudi.utilities




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to