You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2020/01/21 04:21:47 UTC

[spark] branch master updated (94284c8 -> 2d59ca4)

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

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


    from 94284c8  [SPARK-30587][SQL][TESTS] Add test suites for CSV and JSON v1
     add 2d59ca4  [SPARK-30475][SQL] File source V2: Push data filters for file listing

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/v2/avro/AvroScan.scala    |  8 +++--
 .../org/apache/spark/sql/avro/AvroSuite.scala      | 29 +++++++++++++++++
 .../datasources/PruneFileSourcePartitions.scala    | 22 +++++++------
 .../sql/execution/datasources/v2/FileScan.scala    | 16 +++++++---
 .../sql/execution/datasources/v2/csv/CSVScan.scala |  8 +++--
 .../execution/datasources/v2/json/JsonScan.scala   |  8 +++--
 .../sql/execution/datasources/v2/orc/OrcScan.scala |  8 +++--
 .../datasources/v2/parquet/ParquetScan.scala       |  8 +++--
 .../execution/datasources/v2/text/TextScan.scala   |  8 +++--
 .../spark/sql/FileBasedDataSourceSuite.scala       | 36 ++++++++++++++++++++++
 10 files changed, 120 insertions(+), 31 deletions(-)


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