You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by dk...@apache.org on 2020/07/15 08:31:27 UTC

[spark] branch master updated (2527fbc -> e449993)

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

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


    from 2527fbc  Revert "[SPARK-32276][SQL] Remove redundant sorts before repartition nodes"
     add e449993  [SPARK-31480][SQL] Improve the EXPLAIN FORMATTED's output for DSV2's Scan Node

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/avro/AvroSuite.scala      | 33 +++++++++++++-
 ...treamingUpdate.scala => SupportsMetadata.scala} | 14 +++---
 .../datasources/v2/DataSourceV2ScanExecBase.scala  | 30 ++++++++++++-
 .../sql/execution/datasources/v2/FileScan.scala    | 27 +++++++-----
 .../sql/execution/datasources/v2/csv/CSVScan.scala |  4 ++
 .../sql/execution/datasources/v2/orc/OrcScan.scala |  4 ++
 .../datasources/v2/parquet/ParquetScan.scala       |  4 ++
 .../scala/org/apache/spark/sql/ExplainSuite.scala  | 50 +++++++++++++++++++++-
 8 files changed, 144 insertions(+), 22 deletions(-)
 copy sql/catalyst/src/main/scala/org/apache/spark/sql/internal/connector/{SupportsStreamingUpdate.scala => SupportsMetadata.scala} (75%)


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