To add to what Jacques said, from a (Phoenix) JDBC perspective, a Connection is not thread safe and any planning and parsing is typically done through some object that relates back to a Connection (and hence doesn't need to be thread safe).
On Tue, Jan 5, 2016 at 9:12 AM, Jacques Nadeau <[email protected]> wrote: > In general, Calcite's core planning and parsing is *not* threadsafe. I > can't speak to some of the other items like Avatica. > > On Tue, Jan 5, 2016 at 9:02 AM, Homer <[email protected]> wrote: > > > All, > > > > I am wondering if calcite is threadsafe. > > > > I know this is a broad question and much of it depends on my > > implementation but I am wondering if there is anything I need to be > > particularly aware of or are known issue areas. > > > > Thanks > > Homer > > >
