rui-mo commented on code in PR #5839:
URL: https://github.com/apache/incubator-gluten/pull/5839#discussion_r1615752844


##########
gluten-core/src/main/java/org/apache/gluten/vectorized/GeneralOutIterator.java:
##########
@@ -60,10 +61,18 @@ public final void close() {
     }
   }
 
+  public final void cancel() {

Review Comment:
   Sorry, I missed this message. It is possible to create resIter as 
BatchIterator instead of GeneralOutIterator in CH backend? In this way, we 
could use its custom member function directly.
   
   > val resIter: GeneralOutIterator =
         transKernel.createKernelWithBatchIterator(
           inputPartition.plan,
           splitInfoByteArray,
           inBatchIters,
           false)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to