This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a change to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git.
from ff8a663 [SPARK-32647][INFRA] Report SparkR test results with JUnit
reporter
add 7c65f76 [SPARK-32249][INFRA][2.4] Run Github Actions builds in
branch-2.4
No new revisions were added by this update.
Summary of changes:
.github/workflows/branch-2.4.yml | 104 ---------
.github/workflows/build_and_test.yml | 241 +++++++++++++++++++++
.github/workflows/test_report.yml | 24 ++
.../{ExtendedYarnTest.java => SlowHiveTest.java} | 9 +-
.../spark/scheduler/BarrierTaskContextSuite.scala | 3 +-
dev/run-pip-tests | 14 +-
dev/run-tests.py | 192 ++++++++++++----
dev/sparktestsupport/modules.py | 91 ++++++--
project/SparkBuild.scala | 9 +
python/pyspark/sql/tests.py | 3 +-
python/pyspark/streaming/tests.py | 10 +
.../hive/execution/HiveCompatibilitySuite.scala | 2 +
.../hive/HiveExternalCatalogVersionsSuite.scala | 2 +
.../spark/sql/hive/HiveSparkSubmitSuite.scala | 2 +
.../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 | 2 +
20 files changed, 542 insertions(+), 179 deletions(-)
delete mode 100644 .github/workflows/branch-2.4.yml
create mode 100644 .github/workflows/build_and_test.yml
create mode 100644 .github/workflows/test_report.yml
copy common/tags/src/test/java/org/apache/spark/tags/{ExtendedYarnTest.java =>
SlowHiveTest.java} (83%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]