Skip to content

Commit 1a6e479

Browse files
authored
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]>
1 parent 6a5db61 commit 1a6e479

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

.editorconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ indent_style = space
5050
indent_size = 2
5151
indent_style = space
5252

53-
[*.go]
54-
indent_size = 8
55-
indent_style = tab
56-
tab_width = 8
57-
58-
[*.{js,ts}]
59-
indent_size = 4
60-
indent_style = space
61-
6253
[*.{py,pyx,pxd,pxi}]
6354
indent_size = 4
6455
indent_style = space

.github/CODEOWNERS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,12 @@
3434
/cpp/src/arrow/flight/ @lidavidm
3535
/cpp/src/parquet @wgtmac
3636
/csharp/ @curthagenlocher
37-
/go/ @zeroshade
38-
/java/ @lidavidm
39-
/js/ @domoritz @trxcllnt
4037
/matlab/ @kevingurney @kou @sgilmore10
4138
/python/ @AlenkaF @raulcd @rok
4239
/python/pyarrow/_flight.pyx @lidavidm
4340
/python/pyarrow/**/*gandiva* @wjones127
4441
/r/ @jonkeane @thisisnic
4542
/ruby/ @kou
46-
/swift/ @kou
4743

4844
# Docs
4945
# /docs/

.github/workflows/dev_pr/labeler.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
- any-glob-to-any-file:
3131
- csharp/**/*
3232

33-
"Component: Go":
34-
- changed-files:
35-
- any-glob-to-any-file:
36-
- go/**/*
37-
38-
"Component: JavaScript":
39-
- changed-files:
40-
- any-glob-to-any-file:
41-
- js/**/*
42-
4333
"Component: MATLAB":
4434
- changed-files:
4535
- any-glob-to-any-file:
@@ -60,11 +50,6 @@
6050
- any-glob-to-any-file:
6151
- ruby/**/*
6252

63-
"Component: Swift":
64-
- changed-files:
65-
- any-glob-to-any-file:
66-
- swift/**/*
67-
6853
"Component: FlightRPC":
6954
- changed-files:
7055
- any-glob-to-any-file:

0 commit comments

Comments
 (0)