You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sa...@apache.org on 2020/06/17 17:09:26 UTC

[spark] branch branch-2.4 updated (23ff9e6 -> 9c5c823)

This is an automated email from the ASF dual-hosted git repository.

sarutak pushed a change to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 23ff9e6  [SPARK-32000][2.4][CORE][TESTS] Fix the flaky test for partially launched task in barrier-mode
     add 9c5c823  [SPARK-31871][CORE][WEBUI][2.4] Display the canvas element icon for sorting column

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/ui/static/images/sort_asc.png        | Bin 0 -> 160 bytes
 .../apache/spark/ui/static/images/sort_asc_disabled.png   | Bin 0 -> 148 bytes
 .../org/apache/spark/ui/static/images/sort_both.png       | Bin 0 -> 201 bytes
 .../org/apache/spark/ui/static/images/sort_desc.png       | Bin 0 -> 158 bytes
 .../apache/spark/ui/static/images/sort_desc_disabled.png  | Bin 0 -> 146 bytes
 .../org/apache/spark/ui/static/webui-dataTables.css       |  14 +++-----------
 core/src/main/scala/org/apache/spark/ui/UIUtils.scala     |   2 ++
 7 files changed, 5 insertions(+), 11 deletions(-)
 create mode 100644 core/src/main/resources/org/apache/spark/ui/static/images/sort_asc.png
 create mode 100644 core/src/main/resources/org/apache/spark/ui/static/images/sort_asc_disabled.png
 create mode 100644 core/src/main/resources/org/apache/spark/ui/static/images/sort_both.png
 create mode 100644 core/src/main/resources/org/apache/spark/ui/static/images/sort_desc.png
 create mode 100644 core/src/main/resources/org/apache/spark/ui/static/images/sort_desc_disabled.png
 copy common/network-common/src/test/java/org/apache/spark/network/TestUtils.java => core/src/main/resources/org/apache/spark/ui/static/webui-dataTables.css (72%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org