You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "HyukjinKwon (via GitHub)" <gi...@apache.org> on 2023/07/28 06:28:34 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #42197: [SPARK-44567][INFRA] Add a new Daily testing GitHub Action job for Maven

HyukjinKwon commented on code in PR #42197:
URL: https://github.com/apache/spark/pull/42197#discussion_r1277161180


##########
.github/workflows/build_and_test.yml:
##########
@@ -283,6 +284,179 @@ jobs:
         name: unit-tests-log-${{ matrix.modules }}-${{ matrix.comment }}-${{ matrix.java }}-${{ matrix.hadoop }}-${{ matrix.hive }}
         path: "**/target/unit-tests.log"
 
+  # Maven Test: build Spark and run the tests for specified modules using maven.
+  maven-test:

Review Comment:
   Hm. should we make a separate file? I think at least we can leverage `uses`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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