GitHub user iijima-satoshi opened a pull request: https://github.com/apache/zeppelin/pull/2854
ZEPPELIN-3310. Scio interpreter layout is broken ### What is this PR for? Fix scio interpreter layout. The current scio interpreter layout is broken because there is not a newline between %table part and %text part in this interpreter output. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? [ZEPPELIN-3310](https://issues.apache.org/jira/browse/ZEPPELIN-3310) ### How should this be tested? * CI should pass * View the snapshot ### Screenshots (if appropriate)  ### 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-scio-interpreter-layout Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2854.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 #2854 ---- commit 2b4fd6808797c4dd2da730eca391f8292afe44dc Author: iijima_satoshi <iijima_satoshi@...> Date: 2018-03-09T10:15:24Z ZEPPELIN-3310. Scio interpreter layout is broken ---- ---