Skip to content

Commit

Permalink
GH-44829: [Java][CI] Remove Java related test CI except integration t…
Browse files Browse the repository at this point in the history
…est (#44946)

### Rationale for this change

We don't need CI in apache/arrow except integration test because we're moving the Java implementation to apache/arrow-java.

### What changes are included in this PR?

Remove Java related CI.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44829

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Dec 5, 2024
1 parent 2b5a802 commit 6972ecd
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 1,104 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
- any-glob-to-any-file:
- go/**/*

"Component: Java":
- changed-files:
- any-glob-to-any-file:
- java/**/*

"Component: JavaScript":
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -82,7 +77,6 @@
- any-glob-to-any-file:
- c_glib/gandiva-glib/**/*
- cpp/src/gandiva/**/*
- java/gandiva/**/*
- python/pyarrow/gandiva.*
- ruby/red-gandiva/**/*

Expand Down
173 changes: 0 additions & 173 deletions .github/workflows/java.yml

This file was deleted.

147 changes: 0 additions & 147 deletions .github/workflows/java_jni.yml

This file was deleted.

Loading

0 comments on commit 6972ecd

Please sign in to comment.