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

    
https://github.com/apache/incubator-carbondata/pull/659#discussion_r108146058
  
    --- Diff: 
core/src/test/java/org/apache/carbondata/core/datastore/block/SegmentTaskIndexTest.java
 ---
    @@ -58,7 +58,9 @@
           @Mock public void build(BTreeBuilderInfo segmentBuilderInfos) {}
         };
         long numberOfRows = 100;
    -    SegmentTaskIndex segmentTaskIndex = new SegmentTaskIndex();
    +    SegmentProperties properties = new 
SegmentProperties(footerList.get(0).getColumnInTable(),
    --- End diff --
    
    should be after the initialization of variable footerList.
    move to line 72


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to