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

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


    from 6dc7457  [SPARK-32624][SQL] Use getCanonicalName to fix byte[] compile 
issue
     add 56ec5dd  [SPARK-32249][INFRA][3.0] Run Github Actions builds in 
branch-3.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_and_test.yml               | 283 +++++++++++++++++++++
 .github/workflows/master.yml                       | 156 ------------
 .github/workflows/test_report.yml                  |  24 ++
 ...SQLTest.java => GitHubActionsUnstableTest.java} |   2 +-
 .../{ExtendedSQLTest.java => SlowHiveTest.java}    |   2 +-
 dev/run-pip-tests                                  |  10 +-
 dev/run-tests.py                                   | 185 ++++++++++----
 dev/sparktestsupport/modules.py                    |  93 +++++--
 project/SparkBuild.scala                           |   9 +
 python/pyspark/sql/tests/test_arrow.py             |   3 +
 python/pyspark/sql/tests/test_types.py             |   3 +-
 python/pyspark/streaming/tests/test_dstream.py     |  15 +-
 python/run-tests.py                                |   2 +-
 .../apache/spark/sql/IntegratedUDFTestUtils.scala  |   2 +-
 .../thriftserver/ThriftServerQueryTestSuite.scala  |   2 +
 .../ThriftServerWithSparkContextSuite.scala        |   3 +
 .../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 +
 25 files changed, 581 insertions(+), 237 deletions(-)
 create mode 100644 .github/workflows/build_and_test.yml
 delete mode 100644 .github/workflows/master.yml
 create mode 100644 .github/workflows/test_report.yml
 copy common/tags/src/test/java/org/apache/spark/tags/{ExtendedSQLTest.java => 
GitHubActionsUnstableTest.java} (95%)
 copy common/tags/src/test/java/org/apache/spark/tags/{ExtendedSQLTest.java => 
SlowHiveTest.java} (96%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to