Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2440#discussion_r200023235
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/util/CarbonLoaderUtil.java
---
@@ -577,7 +577,7 @@ public static Dictionary
getDictionary(AbsoluteTableIdentifier absoluteTableIden
* @param noOfNodesInput -1 if number of nodes has to be decided
* based on block location information
* @param blockAssignmentStrategy strategy used to assign blocks
- * @param loadMinSize the property load_min_size_inmb specified by the
user
+ * @param expectedMinSizePerNode
--- End diff --
please add comment for this parameter
---