berkaysynnada commented on issue #14036:
URL: https://github.com/apache/datafusion/issues/14036#issuecomment-2577045685

   How do you cancel the query? You mean terminating the next()'s on the 
stream, or dropping the stream. If it is the former, the issue might be related 
with the RepartitionExec, not GroupedHashAggregateStream (AFAIK _it **won't** 
loop until its child stream (in this case a FileStream) is exhausted, errors, 
or returns Pending._, it returns once it can emit a result)


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to