leesf commented on a change in pull request #3209:
URL: https://github.com/apache/hudi/pull/3209#discussion_r663088395



##########
File path: 
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfig.java
##########
@@ -104,6 +104,9 @@
   @Parameter(names = {"--decode-partition"}, description = "Decode the 
partition value if the partition has encoded during writing")
   public Boolean decodePartition = false;
 
+  @Parameter(names = {"--batch-sync-num"}, description = "how many partitions 
one batch when synchronous partitions to hive")
+  public String batchSyncNum = "1000";

Review comment:
       Use Integer?




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


Reply via email to