akkio-97 commented on a change in pull request #3987:
URL: https://github.com/apache/carbondata/pull/3987#discussion_r509156660
##########
File path:
core/src/main/java/org/apache/carbondata/core/scan/result/vector/impl/CarbonColumnVectorImpl.java
##########
@@ -156,6 +159,14 @@ public void setNumberOfChildElementsForStruct(byte[]
parentPageData, int pageSiz
setNumberOfChildElementsInEachRow(childElementsForEachRow);
}
+ public void setPositionCount(int positionCount) {
+
Review comment:
SliceStreamReader belongs to presto module. I will have to add
dependency in order to do that. So I have moved this as a default
implementation to CarbonColumnVector.java.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]