Chris Matta created ZEPPELIN-633:
------------------------------------
Summary: SQL with function statement fails using JDBC
Key: ZEPPELIN-633
URL: https://issues.apache.org/jira/browse/ZEPPELIN-633
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.6.0
Reporter: Chris Matta
When submitting a query with a function to the generic JDBC interpreter such as:
{code}
select sum(value) from test_table;
{code}
Zeppelin returns a `java.lang.NullPointerException` while trying to get the
`Connection` object.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)