Wayne Taylor created ZEPPELIN-4728: -------------------------------------- Summary: BigQuery Result Set of Zero causes NPE Key: ZEPPELIN-4728 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4728 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.8.2 Environment: Any docker version of a pull and run a query like:
{code:java} select * from table where 1=0{code} Reporter: Wayne Taylor When running a query in BigQuery that returns back a result set size of 0 - an NPE is thrown cause the client to return: SQL Execution returned an error This can be found in : [https://github.com/apache/zeppelin/blob/master/bigquery/src/main/java/org/apache/zeppelin/bigquery/BigQueryInterpreter.java] This code hasn't changed since 2018 and thus no fixes in new releases -- This message was sent by Atlassian Jira (v8.3.4#803005)