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

    https://github.com/apache/carbondata/pull/2366#discussion_r196309854
  
    --- 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 --
    
    Mainly because we cannot have any common api's as columnvector and 
columnarbatch package itself is changed, so we will not be able to extract it.


---

Reply via email to