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 2020/05/06 04:50:55 UTC

[spark] branch master updated (53a9bf8 -> 4952f1a)

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 53a9bf8  [SPARK-31595][SQL] Spark sql should allow unescaped quote mark in quoted string
     add 4952f1a  [SPARK-31365][SQL] Enable nested predicate pushdown per data sources

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |  21 ++---
 .../spark/sql/execution/DataSourceScanExec.scala   |   5 +-
 .../execution/datasources/DataSourceStrategy.scala |  94 ++++++++++++-------
 .../execution/datasources/DataSourceUtils.scala    |  16 ++++
 .../execution/datasources/FileSourceStrategy.scala |   7 +-
 .../datasources/v2/DataSourceV2Strategy.scala      |   7 +-
 .../execution/datasources/v2/PushDownUtils.scala   |   3 +-
 .../datasources/v2/V2ScanRelationPushDown.scala    |   2 +-
 .../ParquetNestedPredicatePushDownBenchmark.scala  |   8 +-
 .../datasources/DataSourceStrategySuite.scala      |  20 +++-
 .../datasources/parquet/ParquetFilterSuite.scala   | 103 +++++++++++++--------
 11 files changed, 186 insertions(+), 100 deletions(-)


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