apache / arrow-flight-sql-postgresql

Apache Arrow Flight SQL adapter for PostgreSQL
https://arrow.apache.org/flight-sql-postgresql/
Apache License 2.0
65 stars 9 forks source link

Fix read/write deadlock #164

Closed kou closed 10 months ago

kou commented 10 months ago

Close GH-163

We just need to check whether target size is 0 or greater to detect new readable data/writable space.

kou commented 10 months ago

+1