Github user sv71294 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2412#discussion_r199068669
--- Diff:
integration/presto/src/main/java/org/apache/carbondata/presto/PrestoCarbonVectorizedRecordReader.java
---
@@ -212,7 +213,7 @@ private void initBatch() {
}
}
- columnarBatch = CarbonVectorBatch.allocate(fields);
+ columnarBatch = CarbonVectorBatch.allocate(fields, readSupport);
--- End diff --
added dictionary read support for streamReaders---
