ivanceras commented on issue #177:
URL: 
https://github.com/apache/arrow-datafusion/issues/177#issuecomment-963382409


   I think the biggest hurdles is using `tokio` specific types in the 
underlying implementation of datafusion, as I've found in this 
[code](https://github.com/apache/arrow-datafusion/blob/a8029e5033c413064a3e0a3fe015240acc2d1664/datafusion/src/physical_plan/file_format/parquet.rs#L57)
   I understand this is for performance reason, but also there is no easy way 
to abstract this instead of using executor specific types. In wasm, we can use 
`wasm-bindgen-futures` as a way to run async functions.


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