You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2022/08/16 08:17:02 UTC

[spark] branch master updated (dd929b04df6 -> 0503e10b819)

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

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from dd929b04df6 [SPARK-40095][PYTHON] sc.uiWebUrl should not throw exception when webui is disabled
     add 0503e10b819 [SPARK-40067][SQL] Use Table#name() instead of Scan#name() to populate the table name in the BatchScan node in SparkUI

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/sql/avro/AvroRowReaderSuite.scala |  2 +-
 .../src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala |  8 ++++----
 .../main/java/org/apache/spark/sql/connector/read/Scan.java  | 12 ------------
 .../spark/sql/execution/datasources/v2/BatchScanExec.scala   | 12 ++++++------
 .../sql/execution/datasources/v2/DataSourceV2Strategy.scala  |  2 +-
 .../apache/spark/sql/execution/datasources/v2/FileScan.scala |  4 ----
 .../src/test/scala/org/apache/spark/sql/ExplainSuite.scala   |  2 +-
 .../org/apache/spark/sql/FileBasedDataSourceSuite.scala      |  4 ++--
 .../sql/execution/DataSourceScanExecRedactionSuite.scala     |  8 ++++----
 .../sql/execution/datasources/PrunePartitionSuiteBase.scala  |  2 +-
 .../execution/datasources/orc/OrcV2SchemaPruningSuite.scala  |  2 +-
 .../spark/sql/execution/ui/SQLAppStatusListenerSuite.scala   |  7 ++++---
 12 files changed, 25 insertions(+), 40 deletions(-)


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