kentkwu commented on PR #24890: URL: https://github.com/apache/datafusion/pull/24890#issuecomment-5700129796
@tschwarzinger the approach of building a bridge runtime so tokio can be run in webassembly is interesting. Unfortunately I don't know enough about the area here to properly evaluate it. I know there's some related work here like https://github.com/cunarist/tokio-with-wasm but it's unclear to me right now what the risks/limitations are. I think making a small code change here is appropriate as it's narrowly scoped and provides a better default for DataFusion consumers. My goal here in the short term is just to ensure that out of the box these queries don't panic. -- 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]
