You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/09/13 01:55:14 UTC

[spark] branch master updated (12d984c15f3 -> 01b713d54cd)

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

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


    from 12d984c15f3 [SPARK-40376][PYTHON] Avoid Numpy deprecation warning
     add 01b713d54cd [SPARK-40410][TESTS] Migrate trait QueryErrorsSuiteBase into SparkFunSuite

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/SparkFunSuite.scala     | 13 ++++++++
 .../spark/sql/DataFrameWindowFunctionsSuite.scala  |  2 --
 .../org/apache/spark/sql/DatasetUnpivotSuite.scala |  2 --
 .../org/apache/spark/sql/SQLInsertTestSuite.scala  |  3 +-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |  3 +-
 .../scala/org/apache/spark/sql/SubquerySuite.scala |  2 --
 .../errors/QueryCompilationErrorsDSv2Suite.scala   |  3 +-
 .../sql/errors/QueryCompilationErrorsSuite.scala   |  1 -
 .../spark/sql/errors/QueryErrorsSuiteBase.scala    | 36 ----------------------
 .../sql/errors/QueryExecutionAnsiErrorsSuite.scala |  3 +-
 .../sql/errors/QueryExecutionErrorsSuite.scala     |  3 +-
 .../spark/sql/errors/QueryParsingErrorsSuite.scala |  2 +-
 .../apache/spark/sql/execution/SQLViewSuite.scala  |  3 +-
 .../command/ShowPartitionsParserSuite.scala        |  3 +-
 .../command/TruncateTableParserSuite.scala         |  3 +-
 .../execution/command/v2/DescribeTableSuite.scala  |  4 +--
 .../org/apache/spark/sql/sources/InsertSuite.scala |  4 +--
 .../apache/spark/sql/hive/HiveParquetSuite.scala   |  4 +--
 18 files changed, 26 insertions(+), 68 deletions(-)
 delete mode 100644 sql/core/src/test/scala/org/apache/spark/sql/errors/QueryErrorsSuiteBase.scala


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