VenuReddy2103 commented on a change in pull request #3967:
URL: https://github.com/apache/carbondata/pull/3967#discussion_r503822155



##########
File path: 
core/src/main/java/org/apache/carbondata/core/scan/result/vector/impl/directread/ColumnarVectorWrapperDirectWithDeleteDelta.java
##########
@@ -242,4 +242,8 @@ public void putArray(int rowId, int offset, int length) {
       columnVector.putArray(counter++, offset, length);
     }
   }
+
+  public CarbonColumnVector getColumnVector() {

Review comment:
       `columnVector` is a field defined in parent class. shall we keep this 
getter in its parent class(`AbstractCarbonColumnarVector`) itself.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to