GitHub user iijima-satoshi opened a pull request:
https://github.com/apache/zeppelin/pull/2912
ZEPPELIN-3115 BigQuery interpreter does not render the output of a sqâ¦
### What is this PR for?
Fix bigquery interpreter layout.
The current layout is broken due to a tab character at end-of-line.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3115
### How should this be tested?
* Run bigquery interpreter and check the result (Please see below
screenshots).
### Screenshots
Before (from JIRA issues):

After:

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iijima-satoshi/zeppelin fix-bigquery-layout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2912.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 #2912
----
commit dd2a198b2a87aabe73db75353d8e2ee775530c14
Author: iijima_satoshi <iijima_satoshi@...>
Date: 2018-04-06T08:04:09Z
ZEPPELIN-3115 BigQuery interpreter does not render the output of a sql
query (only shows column names)
----
---