Logically incorrect await
statement could cause deadlock at some point
#1305
Labels
bug
Something isn't working
Apache Iceberg Rust version
None
Describe the bug
We're
await
ing on a spawned task that should proceed concurrently rather than being awaited upon. This could cause deadlock at some point (I experienced this whilst working on #1011 and thought it best to backport the fix).To Reproduce
No response
Expected behavior
No response
Willingness to contribute
I can contribute a fix for this bug independently
The text was updated successfully, but these errors were encountered: