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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 83341920f7 GH-41085: [CI][Java] Add Spark integration tests to "java" 
group in Crossbow tasks (#41086)
83341920f7 is described below

commit 83341920f76ef0b4b232706b508b04ca14a68e2f
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Apr 9 11:42:39 2024 +0900

    GH-41085: [CI][Java] Add Spark integration tests to "java" group in 
Crossbow tasks (#41086)
    
    ### Rationale for this change
    
    Spark integration tests to related to our Java implementation.
    
    ### What changes are included in this PR?
    
    Add `test-*spark*` task to `java` group.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #41085
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/tasks.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index fc8d03b3d5..f98c0a2b48 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -80,6 +80,7 @@ groups:
 
   java:
     - "*java*"
+    - test-*spark*
 
   python:
     - test-*python*

Reply via email to