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/07/01 12:02:28 UTC

[spark] branch master updated (a4ba344 -> 15fb5d7)

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 a4ba344  [SPARK-32095][SQL] Update documentation to reflect usage of updated statistics
     add 15fb5d7  [SPARK-28169][SQL] Convert scan predicate condition to CNF

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/predicates.scala      | 40 ++++++++++--
 .../optimizer/PushCNFPredicateThroughJoin.scala    |  2 +-
 .../ConjunctiveNormalFormPredicateSuite.scala      | 10 +--
 .../spark/sql/execution/DataSourceScanExec.scala   |  2 +-
 .../datasources/PruneFileSourcePartitions.scala    |  9 ++-
 .../hive/execution/PruneHiveTablePartitions.scala  | 10 +--
 .../execution/PruneFileSourcePartitionsSuite.scala | 14 ++--
 .../execution/PruneHiveTablePartitionsSuite.scala  | 16 +++--
 .../hive/execution/PrunePartitionSuiteBase.scala   | 76 ++++++++++++++++++++++
 9 files changed, 152 insertions(+), 27 deletions(-)
 create mode 100644 sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/PrunePartitionSuiteBase.scala


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