Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2890#discussion_r241735498
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/util/CarbonLoaderUtil.java
 ---
    @@ -569,25 +569,25 @@ public static Dictionary 
getDictionary(AbsoluteTableIdentifier absoluteTableIden
           nodes.add(relation.getNode());
         }
     
    -    int noofNodes = (-1 == noOfNodesInput) ? nodes.size() : noOfNodesInput;
    +    int noOfNodes = (-1 == noOfNodesInput) ? nodes.size() : noOfNodesInput;
    --- End diff --
    
    ```suggestion
        int numNodes = (-1 == noOfNodesInput) ? nodes.size() : numNodesInput;
    ```


---

Reply via email to