GitHub user shahidki31 opened a pull request:
https://github.com/apache/spark/pull/22650
[SPARK-25575][FOLLOWUP]SQL tab in the spark UI support hide tables
## What changes were proposed in this pull request?
After the PR, https://github.com/apache/spark/pull/22592, SQL tab supports
collapsing table.
However, after refreshing the page, it doesn't store it previous stage.
This was due to a typo in the argument list in the
collapseTablePageLoadCommand() function.
## How was this patch tested?
bin/spark-shell
```
sql("create table a (id int)")
for(i <- 1 to 100) sql(s"insert into a values ($i)")
```

Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shahidki31/spark SPARK-25575-followUp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22650.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 #22650
----
commit cd9ef14c4060d38a26dd31555b53a6bf9820fe17
Author: Shahid <shahidki31@...>
Date: 2018-10-06T04:30:54Z
SPARK-25566
[Spark Job History] SQL UI Page does not support Pagination
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]