[GitHub] zeppelin pull request #2881: ZEPPELIN-3313 z.getInterpreterContext().out().c...

2018-03-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2881


---


[GitHub] zeppelin pull request #2881: ZEPPELIN-3313 z.getInterpreterContext().out().c...

2018-03-19 Thread r-kamath
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

![before](https://user-images.githubusercontent.com/2031306/37593485-2585fb74-2b98-11e8-9a21-8dd81a0c4c7d.gif)

 after

![after](https://user-images.githubusercontent.com/2031306/37593495-2e106ba8-2b98-11e8-9dab-80985b82ccec.gif)


### 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 
Date:   2018-03-19T11:34:12Z

ZEPPELIN-3313 z.getInterpreterContext().out().clear() fails to clear table 
data




---