druid/sql
Paul Rogers b34b4353f4
Async reads for JDBC (#13196)
Async reads for JDBC:
Prevents JDBC timeouts on long queries by returning empty batches
when a batch fetch takes too long. Uses an async model to run the
result fetch concurrently with JDBC requests.

Fixed race condition in Druid's Avatica server-side handler
Fixed issue with no-user connections
2022-10-18 11:40:57 -07:00
..
src Async reads for JDBC (#13196) 2022-10-18 11:40:57 -07:00
pom.xml Async reads for JDBC (#13196) 2022-10-18 11:40:57 -07:00