Bruno Dumon wrote:
Maybe JdbcMeta just gets a cache of Drivers tied to a set of properties?
> Reusing ConnectionProperties (via the ConnectionSyncRequest RPC) seems to
> make sense to me from a lifecycle sense for now (perhaps ultimately moving
> towards encapsulating this state in each RPC to help with the
> statelessness).
Hmm, stateless jdbc connections, is that possible? Maybe if it is just for
read, but even then it seems challenging.
See https://issues.apache.org/jira/browse/CALCITE-903 for the current
approach.