mbutrovich commented on PR #3553:
URL: 
https://github.com/apache/datafusion-comet/pull/3553#issuecomment-3933648140

   My biggest concern with this design is related to thread-local data. Queries 
are now running on tokio workers instead of the executor task threads, so any 
access to thread-local state (either on the Comet side or accessed on the JVM 
side via JNI) could be problematic.


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