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 1a6e479b02 GH-46801: [Dev] Remove some leftovers for Java, Go, JS and 
Swift on some config files (#46802)
1a6e479b02 is described below

commit 1a6e479b026971abe6f6e693d39d82711c94ee99
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Jun 13 11:22:13 2025 +0200

    GH-46801: [Dev] Remove some leftovers for Java, Go, JS and Swift on some 
config files (#46802)
    
    ### Rationale for this change
    
    The config for Java, Go, JS and Swift on those files is not relevant 
anymore.
    
    ### What changes are included in this PR?
    
    Remove references for those implementations from labeler, codeowners and 
editorconfig files.
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    
    * GitHub Issue: #46801
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .editorconfig                        |  9 ---------
 .github/CODEOWNERS                   |  4 ----
 .github/workflows/dev_pr/labeler.yml | 15 ---------------
 3 files changed, 28 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index 999f94bae0..67b30b62ad 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -50,15 +50,6 @@ indent_style = space
 indent_size = 2
 indent_style = space
 
-[*.go]
-indent_size = 8
-indent_style = tab
-tab_width = 8
-
-[*.{js,ts}]
-indent_size = 4
-indent_style = space
-
 [*.{py,pyx,pxd,pxi}]
 indent_size = 4
 indent_style = space
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6084671f1c..79e658f52f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -34,16 +34,12 @@
 /cpp/src/arrow/flight/ @lidavidm
 /cpp/src/parquet @wgtmac
 /csharp/ @curthagenlocher
-/go/ @zeroshade
-/java/ @lidavidm
-/js/ @domoritz @trxcllnt
 /matlab/ @kevingurney @kou @sgilmore10
 /python/ @AlenkaF @raulcd @rok 
 /python/pyarrow/_flight.pyx @lidavidm
 /python/pyarrow/**/*gandiva* @wjones127
 /r/ @jonkeane @thisisnic
 /ruby/ @kou
-/swift/ @kou
 
 # Docs
 # /docs/
diff --git a/.github/workflows/dev_pr/labeler.yml 
b/.github/workflows/dev_pr/labeler.yml
index 7ef92f0be9..1c50b24fd6 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -30,16 +30,6 @@
   - any-glob-to-any-file:
     - csharp/**/*
 
-"Component: Go":
-- changed-files:
-  - any-glob-to-any-file:
-    - go/**/*
-
-"Component: JavaScript":
-- changed-files:
-  - any-glob-to-any-file:
-    - js/**/*
-
 "Component: MATLAB":
 - changed-files:
   - any-glob-to-any-file:
@@ -60,11 +50,6 @@
   - any-glob-to-any-file:
     - ruby/**/*
 
-"Component: Swift":
-- changed-files:
-  - any-glob-to-any-file:
-    - swift/**/*
-
 "Component: FlightRPC":
 - changed-files:
   - any-glob-to-any-file:

Reply via email to