You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/07/11 20:12:16 UTC

[spark] branch master updated (10a65ee -> b84ed41)

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

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


    from 10a65ee  [SPARK-32150][BUILD] Upgrade to ZStd 1.4.5-4
     add b84ed41  [SPARK-32245][INFRA] Run Spark tests in Github Actions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/master.yml                       | 283 +++++++++++++--------
 .../{ExtendedSQLTest.java => SlowHiveTest.java}    |   2 +-
 .../apache/spark/deploy/master/MasterSuite.scala   |   3 +-
 dev/run-pip-tests                                  |  11 +-
 dev/run-tests.py                                   |  89 ++++---
 dev/sparktestsupport/modules.py                    |  93 +++++--
 project/SparkBuild.scala                           |  11 +
 python/pyspark/sql/tests/test_arrow.py             |   9 +-
 python/pyspark/sql/tests/test_types.py             |   3 +-
 python/pyspark/streaming/tests/test_dstream.py     |  15 +-
 python/run-tests.py                                |   2 +-
 .../hive/execution/HiveCompatibilitySuite.scala    |   2 +
 .../hive/HiveExternalCatalogVersionsSuite.scala    |   3 +-
 .../spark/sql/hive/HiveSparkSubmitSuite.scala      |   3 +-
 .../spark/sql/hive/client/VersionsSuite.scala      |   3 +-
 .../sql/hive/execution/AggregationQuerySuite.scala |   2 +
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |   3 +
 .../spark/sql/hive/execution/HiveQuerySuite.scala  |   2 +
 .../sql/hive/execution/Hive_2_1_DDLSuite.scala     |   3 +-
 .../spark/sql/hive/execution/SQLQuerySuite.scala   |   3 +
 20 files changed, 371 insertions(+), 174 deletions(-)
 copy common/tags/src/test/java/org/apache/spark/tags/{ExtendedSQLTest.java => SlowHiveTest.java} (96%)


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