GitHub user iijima-satoshi opened a pull request: https://github.com/apache/zeppelin/pull/2929
ZEPPELIN-3412 Enable query prefix syntax in bigquery interpreter ### What is this PR for? - interpreter Enable query prefix syntax in bigquery interpreter. 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. - documentation Removed some contents from README.md. They are duplicated with interpreter documentation. ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3412 ### How should this be tested? - Unit test should pass ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes You can merge this pull request into a Git repository by running: $ git pull https://github.com/iijima-satoshi/zeppelin bigquery-sql-prefix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2929.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2929 ---- commit 4e2a6b2ff1ee90d8c22d962ce96a48c821a083a8 Author: iijima_satoshi <iijima_satoshi@...> Date: 2018-04-16T15:14:18Z Enable query prefix syntax in bigquery interpreter ---- ---