tustvold commented on PR #13424: URL: https://github.com/apache/datafusion/pull/13424#issuecomment-2526370412
So I had a brief play and actually ended up wondering if spawning IO is even the right approach to this problem... I wrote up some thoughts on https://github.com/apache/datafusion/issues/13692 > FWIW I understand in theory how to do it, but not in practice given the wide use of &self in the various DataFusion APIs Yeah, I found SessionState in particular to be quite tricky to workaround, lots of stuff depends on it and it is not cheaply cloneable :sweat_smile: -- 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