milenkovicm commented on issue #9016:
URL: 
https://github.com/apache/arrow-datafusion/issues/9016#issuecomment-2047361335

   A bit late to this party :), few questions regarding this topic:
   
   1. I would tell that `UNBOUNDED` is intended to be used with queries like 
`INSERT INTO kafka_table_1 SELECT * FROM kafka_table_2`, do I get this 
correctly? 
   2. if 1 is correct, I believe we would have to detach `ctx.sql(...)` from 
the main thread, not to block other statements, so the question is who will be 
in charge of query cancelation?  Would it be/ is it part of datafusion, or it 
has to be implemented as part of the source, or somewhere else 
   
   thanks a lot 


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

Reply via email to