Satoshi Iijima created ZEPPELIN-3412: ----------------------------------------
Summary: Enable query prefix syntax in bigquery interpreter Key: ZEPPELIN-3412 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3412 Project: Zeppelin Issue Type: Improvement Components: Interpreters Affects Versions: 0.8.0, 0.9.0 Reporter: Satoshi Iijima Bigquery has a convenient query prefix syntax #standardSQL and #legacySQL. This enable to switch between standardSQL and legacySQL without changing UseLegacySql option. Currently (v0.8.0 or later), bigquery interpreter definitely runs with UseLegacySql option. As described in the [docs|https://cloud.google.com/bigquery/docs/reference/standard-sql/enabling-standard-sql?hl=en#sql-prefix], when this option is set to true or false, the query prefix cannot be used. -- This message was sent by Atlassian JIRA (v7.6.3#76005)