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/04/13 14:41:35 UTC

[spark] branch master updated (f651290 -> bbb3cd9)

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 f651290  [SPARK-31409][SQL][TEST] Fix failed tests due to result order changing when enable AQE
     add bbb3cd9  [SPARK-31391][SQL][TEST] Add AdaptiveTestUtils to ease the test of AQE

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/ConfigBehaviorSuite.scala |  9 +--
 .../scala/org/apache/spark/sql/ExplainSuite.scala  | 15 +---
 .../org/apache/spark/sql/MetadataCacheSuite.scala  |  9 ++-
 .../scala/org/apache/spark/sql/SubquerySuite.scala |  8 +-
 .../DeprecatedWholeStageCodegenSuite.scala         | 25 +++---
 .../execution/LogicalPlanTagInSparkPlanSuite.scala | 18 +----
 .../apache/spark/sql/execution/PlannerSuite.scala  |  8 +-
 .../sql/execution/WholeStageCodegenSuite.scala     | 18 +----
 .../sql/execution/adaptive/AdaptiveTestUtils.scala | 93 ++++++++++++++++++++++
 .../sql/execution/datasources/json/JsonSuite.scala |  4 +-
 .../execution/datasources/orc/OrcQuerySuite.scala  | 25 +++---
 .../spark/sql/execution/debug/DebuggingSuite.scala | 19 +----
 .../sql/execution/metric/SQLMetricsSuite.scala     | 18 +----
 .../execution/ui/SQLAppStatusListenerSuite.scala   | 14 ++--
 .../sql/internal/ExecutorSideSQLConfSuite.scala    |  7 +-
 .../spark/sql/sources/BucketedReadSuite.scala      |  3 +-
 .../org/apache/spark/sql/test/SQLTestUtils.scala   | 17 +++-
 .../spark/sql/hive/HiveMetadataCacheSuite.scala    |  5 +-
 .../sql/hive/execution/HiveExplainSuite.scala      | 32 ++++----
 .../spark/sql/hive/execution/SQLMetricsSuite.scala | 19 +----
 .../spark/sql/hive/execution/SQLQuerySuite.scala   |  7 +-
 .../org/apache/spark/sql/hive/test/TestHive.scala  | 13 +--
 22 files changed, 217 insertions(+), 169 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveTestUtils.scala


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