Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/995#discussion_r121873409
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForInt.java
---
@@ -73,14 +74,14 @@ public BlockIndexerStorageForInt(byte[][] keyBlock,
boolean compressData, boolea
return columnWithIndexs;
}
- private int[] extractDataAndReturnIndexes(ColumnWithIntIndex[]
columnWithIndexs,
+ private int[] extractDataAndReturnIndexes(ColumnWithIntIndex[]
dataWithRowId,
byte[][] keyBlock) {
--- End diff --
rename parameter keyBlock, and line 58 also need
---
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.
---