You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/05/05 06:15:35 UTC

[spark] branch master updated (735771e -> 8d1f7d2)

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

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


    from 735771e  [SPARK-31623][SQL][TESTS] Benchmark rebasing of INT96 and TIMESTAMP_MILLIS timestamps in read/write
     add 8d1f7d2  [SPARK-31467][SQL][TEST] Refactor the sql tests to prevent TableAlreadyExistsException

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/CachedTableSuite.scala    |  238 ++--
 .../apache/spark/sql/ColumnExpressionSuite.scala   |   40 +-
 .../org/apache/spark/sql/DataFrameSuite.scala      |   87 +-
 .../spark/sql/DataFrameWindowFunctionsSuite.scala  |  122 +-
 .../scala/org/apache/spark/sql/JoinSuite.scala     |  270 ++--
 .../org/apache/spark/sql/JsonFunctionsSuite.scala  |   72 +-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |  895 +++++++------
 .../spark/sql/ScalaReflectionRelationSuite.scala   |   96 +-
 .../scala/org/apache/spark/sql/SubquerySuite.scala |   40 +-
 .../apache/spark/sql/UserDefinedTypeSuite.scala    |   14 +-
 .../sql/execution/SQLWindowFunctionSuite.scala     |  433 ++++---
 .../columnar/InMemoryColumnarQuerySuite.scala      |   46 +-
 .../sql/execution/datasources/json/JsonSuite.scala | 1367 ++++++++++----------
 .../sql/execution/joins/BroadcastJoinSuite.scala   |   37 +-
 .../sql/execution/metric/SQLMetricsSuite.scala     |   45 +-
 .../org/apache/spark/sql/jdbc/JDBCSuite.scala      |   14 +-
 .../org/apache/spark/sql/sources/InsertSuite.scala |   16 +-
 .../apache/spark/sql/sources/SaveLoadSuite.scala   |   36 +-
 .../apache/spark/sql/streaming/StreamSuite.scala   |   16 +-
 .../sql/streaming/continuous/ContinuousSuite.scala |   22 +-
 .../sql/hive/execution/AggregationQuerySuite.scala |   78 +-
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |   54 +-
 .../spark/sql/hive/execution/HiveQuerySuite.scala  |   72 +-
 .../spark/sql/hive/execution/SQLQuerySuite.scala   |  535 ++++----
 24 files changed, 2445 insertions(+), 2200 deletions(-)


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