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



##########
File path: 
integration/presto/src/main/prestodb/org/apache/carbondata/presto/readers/SliceStreamReader.java
##########
@@ -124,6 +124,17 @@ public void putByteArray(int rowId, int count, byte[] 
value) {
     }
   }
 
+  @Override
+  public void putAllByteArray(byte[] data, int offset, int length) {

Review comment:
       Need to add this method  in prestosql SliceStreamReader.java as well?




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