Github user prasadwagle commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/517#issuecomment-162349965 I tested the pull request and it allowed Vertica queries to execute in parallel with one modification. Thanks! I had to comment: // if (statement.isClosed()) { // connection = getConnection(propertyKey); // statement = connection.createStatement(); // } since I ran into: java.lang.AbstractMethodError: com.vertica.jdbc.VerticaStatementImpl.isClosed()Z at org.apache.zeppelin.hive.HiveInterpreter.getStatement(HiveInterpreter.java:208) Can you help me understand the need for the statement.isClosed() check in line 208 since the statement is created in line 207?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---