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/01/21 13:27:25 UTC

[spark] branch master updated (ff39c92 -> cfb1706)

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 ff39c92  [SPARK-30252][SQL] Disallow negative scale of Decimal
     add cfb1706  [SPARK-15616][SQL] Add optimizer rule PruneHiveTablePartitions

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/catalog/interface.scala     |   4 +-
 .../datasources/PruneFileSourcePartitions.scala    |   2 +-
 .../execution/benchmark/TPCDSQueryBenchmark.scala  |   2 +-
 .../spark/sql/hive/HiveSessionStateBuilder.scala   |  18 +++-
 .../sql/hive/execution/HiveTableScanExec.scala     |   8 +-
 .../hive/execution/PruneHiveTablePartitions.scala  | 110 +++++++++++++++++++++
 .../execution/PruneHiveTablePartitionsSuite.scala  |  57 +++++++++++
 7 files changed, 193 insertions(+), 8 deletions(-)
 create mode 100644 sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/PruneHiveTablePartitions.scala
 create mode 100644 sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/PruneHiveTablePartitionsSuite.scala


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