HanumathRao commented on a change in pull request #1691: DRILL-7093 Batch 
Sizing in SingleSender
URL: https://github.com/apache/drill/pull/1691#discussion_r267088994
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/record/SimpleRecordBatch.java
 ##########
 @@ -88,6 +88,11 @@ public WritableBatch getWritableBatch() {
     throw new UnsupportedOperationException();
   }
 
+  @Override
+  public WritableBatch getWritableBatch(int start, int length) {
+    throw new UnsupportedOperationException();
 
 Review comment:
   Should there be a string in similar lines to that of SchemalessBatch 
exception.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to