fudini commented on issue #7652: URL: https://github.com/apache/arrow-datafusion/issues/7652#issuecomment-1902131391
I managed to compile for wasm, but I encountered a couple of problems: 1. Stack overflow at `SessionContext::new` 2. Use of `std::time::Instant` - this won't compile and probably needs to be hidden behind cfg https://github.com/apache/arrow-datafusion/compare/main...fudini:arrow-datafusion:wasm After these changes I was able to create `SessionContext` and run a simple query -- 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]
