sjrusso8 / spark-connect-rs

Apache Spark Connect Client for Rust
https://docs.rs/spark-connect-rs
Apache License 2.0
52 stars 11 forks source link

test(core): add a concurrent spark session test #46

Closed wvwwvwwv closed 3 weeks ago

wvwwvwwv commented 3 weeks ago

Description

This PR demonstrates that a simple concurrent spark sessions may lead to a deadlock because of the use of synchronous locks across awaits.

Related Issue(s)

https://github.com/sjrusso8/spark-connect-rs/issues/47

Documentation