GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/2881
ZEPPELIN-3313 z.getInterpreterContext().out().clear() fails to clear table data ### What is this PR for? z.getInterpreterContext().out().clear() fails to clear table data ### What type of PR is it? Bug Fix ### What is the Jira issue? [ZEPPELIN-3313](https://issues.apache.org/jira/browse/ZEPPELIN-3313) ### How should this be tested? see jira description ### Screenshots (if appropriate) #### before  #### 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/r-kamath/zeppelin ZEPPELIN-3313 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2881.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 #2881 ---- commit d67974e2bd42e668a95cb3ac053eaf0336d1e81b Author: Renjith Kamath <renjith.kamath@...> Date: 2018-03-19T11:34:12Z ZEPPELIN-3313 z.getInterpreterContext().out().clear() fails to clear table data ---- ---