zhztheplayer commented on code in PR #5839:
URL: https://github.com/apache/incubator-gluten/pull/5839#discussion_r1615579465
##########
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:
Is it possible to place the API directly to [CH's out iterator
impl](https://github.com/apache/incubator-gluten/blob/e1469f0c3859c9dd5f0edb9d2f5890794a540cee/backends-clickhouse/src/main/java/org/apache/gluten/vectorized/BatchIterator.java#L27)?
We can pull up it later when Velox backend gets to have similar demand.
--
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]