GitHub user Savalek opened a pull request:
https://github.com/apache/zeppelin/pull/3024
[ZEPPELIN-3545] save all tables to ResourcePool
### What is this PR for?
Now if paragraph's output contains more than one table in ResourcePool
saves only last table.
It would be desirable that in ResoursePool stores all tables.
### What type of PR is it?
Improvement
### What is the Jira issue?
[ZEPPELIN-3545](https://issues.apache.org/jira/browse/ZEPPELIN-3545)
### Screenshots


### 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/TinkoffCreditSystems/zeppelin ZEPPELIN-3545
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3024.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 #3024
----
commit 2209e8d3943da5bea3ecbb5ebd3cd6751e04a3b9
Author: Savalek <def113@...>
Date: 2018-06-09T09:49:32Z
[ZEPPELIN-3545] save all tables to ResourcePool
----
---