apache / arrow-flight-sql-postgresql

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

Block on error while read/write #173

Closed kou closed 7 months ago

kou commented 7 months ago

If an error is happen while read/write, the error information are shared to peer via errorMessage. But it's not checked by peer. So the peer waits forever.