Github user sujith71955 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2366#discussion_r196309518
--- Diff:
integration/spark-common/src/main/java/org/apache/carbondata/streaming/CarbonStreamRecordReader.java
---
@@ -115,7 +109,7 @@
// vectorized reader
private StructType outputSchema;
- private ColumnarBatch columnarBatch;
+ private CarbonSparkVectorReader vectorProxy;
--- End diff --
I will remove this interface, as we are moving CarbonstreamRecordReader to
spark2 this interface will not be required
---