Eron Wright created ZEPPELIN-592:
-------------------------------------
Summary: Spark SQL interpreter outputs 'null' for DDL statements
Key: ZEPPELIN-592
URL: https://issues.apache.org/jira/browse/ZEPPELIN-592
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Reporter: Eron Wright
Priority: Minor
Spark SQL provides a DDL syntax, for example:
{code}
%sql
CREATE TEMPORARY TABLE tweets
USING org.apache.spark.sql.json
OPTIONS (path '/Users/eron/Downloads/tweets.gz')
{code}
This should result in no output. Instead, the text 'null' is shown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)