Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2442 Mostly LGTM, one concern is about the name `session` which might confuse users. How about changing it to `statement` ? Besides, I am curious to know how do you use jdbc interpreter. Which mode do you use ? (Shared/Scoped/Isolated) . Because jdbc interpreter use connection pool, that's why I ask this question, just want to know how do you schedule the connection across users
---