pratyakshsharma commented on a change in pull request #1080: [HUDI-118]: 
Options provided for passing properties to Cleaner, compactor and importer 
commands
URL: https://github.com/apache/incubator-hudi/pull/1080#discussion_r355375233
 
 

 ##########
 File path: hudi-cli/src/main/java/org/apache/hudi/cli/commands/SparkMain.java
 ##########
 @@ -73,18 +79,42 @@ public static void main(String[] args) throws Exception {
         break;
       case IMPORT:
       case UPSERT:
-        assert (args.length == 11);
+        assert (args.length >= 12);
 
 Review comment:
   Let us discuss this on 
https://github.com/apache/incubator-hudi/pull/1080#discussion_r355368831. :)

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


With regards,
Apache Git Services

Reply via email to