Indhumathi27 commented on a change in pull request #4177:
URL: https://github.com/apache/carbondata/pull/4177#discussion_r678130580



##########
File path: 
core/src/main/java/org/apache/carbondata/core/scan/result/vector/impl/CarbonColumnVectorImpl.java
##########
@@ -500,6 +500,10 @@ public void putArray(int rowId, int offset, int length) {
     lengths[rowId] = length;
   }
 
+  @Override
+  public void setCarbonDataFileWrittenVersion(String 
carbonDataFileWrittenVersion) {
+  }

Review comment:
       adding exception will fail the query. we should not set anything here.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to