Devin Smith
Devin Smith
From the perspective of FlightSQL JDBC testing, it would also be nice to bump to pick up the logging fix https://github.com/apache/arrow/pull/40908
It's also more than a logging fix; it looks like older versions of the FlightSQL JDBC driver treat `executeQuery("SELECT 1")` as an _UPDATE_... which is pretty preposterous, but that seems...
Fixed as part of #6347
It was also suggested this could be implemented as `io.deephaven.plugin.type.ObjectType` plugin (as opposed to top-level gRPC).
I'll note: consumers of objects may be best served by documentation on the object methods, and producers of objects may be best served by documentation on the builder methods. My...
Also, see original comments from https://github.com/deephaven/deephaven-core/pull/5752/files#r1706006738
potentially related to #5298?
https://grpc.io/docs/guides/performance/ > (Special topic) Each gRPC channel uses 0 or more HTTP/2 connections and each connection usually has a limit on the number of concurrent streams. When the number of...
`org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory#setMaxConcurrentStreams` seems relevant.
Nightlies passed