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

    https://github.com/apache/carbondata/pull/1059#discussion_r124281863
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/store/writer/v1/CarbonFactDataWriterImplV1.java
 ---
    @@ -309,7 +309,7 @@ protected BlockletInfoColumnar 
getBlockletInfo(NodeHolder nodeHolder, long offse
         info.setColumnMinData(nodeHolder.getDimensionColumnMinData());
         long[] keyOffSets = new long[nodeHolder.getKeyLengths().length];
     
    -    for (int i = 0; i < keyOffSets.length; i++) {
    +    for (int i = 0; i < keyOffSets.length; i++) {l
    --- End diff --
    
    remove the end letter


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to