Skip to content

Commit d2dace9

Browse files
authored
GH-47523: [C#] Remove csharp/ (#47547)
T### Rationale for this change We've moved `csharp/` to https://github.com/apache/arrow-dotnet . ### What changes are included in this PR? Remove `csharp/` and related files. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #47523 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 05e6488 commit d2dace9

File tree

470 files changed

+19
-54935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+19
-54935
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
/cpp/src/arrow/engine @westonpace
3434
/cpp/src/arrow/flight/ @lidavidm
3535
/cpp/src/parquet @wgtmac
36-
/csharp/ @curthagenlocher
3736
/matlab/ @kevingurney @kou @sgilmore10
38-
/python/ @AlenkaF @raulcd @rok
37+
/python/ @AlenkaF @raulcd @rok
3938
/python/pyarrow/_flight.pyx @lidavidm
4039
/python/pyarrow/**/*gandiva* @wjones127
4140
/r/ @jonkeane @thisisnic

.github/dependabot.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,3 @@ updates:
2424
commit-message:
2525
prefix: "MINOR: [CI] "
2626
open-pull-requests-limit: 10
27-
- package-ecosystem: "gomod"
28-
directory: "/swift/CDataWGo/"
29-
schedule:
30-
interval: "weekly"
31-
commit-message:
32-
prefix: "MINOR: [Swift] "
33-
open-pull-requests-limit: 10
34-
- package-ecosystem: "gomod"
35-
directory: "/swift/data-generator/swift-datagen/"
36-
schedule:
37-
interval: "weekly"
38-
commit-message:
39-
prefix: "MINOR: [Swift] "
40-
open-pull-requests-limit: 10
41-
- package-ecosystem: "nuget"
42-
directory: "/csharp/"
43-
schedule:
44-
interval: "weekly"
45-
commit-message:
46-
prefix: "MINOR: [C#] "
47-
open-pull-requests-limit: 10
48-
ignore:
49-
- dependency-name: "Microsoft.Extensions.*"
50-
update-types:
51-
- "version-update:semver-major"
52-
- dependency-name: "Microsoft.Bcl.*"
53-
update-types:
54-
- "version-update:semver-major"
55-
- dependency-name: "System.*"
56-
update-types:
57-
- "version-update:semver-major"

.github/workflows/csharp.yml

Lines changed: 0 additions & 212 deletions
This file was deleted.

.github/workflows/dev_pr/labeler.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
- any-glob-to-any-file:
2626
- c_glib/**/*
2727

28-
"Component: C#":
29-
- changed-files:
30-
- any-glob-to-any-file:
31-
- csharp/**/*
32-
3328
"Component: MATLAB":
3429
- changed-files:
3530
- any-glob-to-any-file:

.github/workflows/integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ on:
3232
- 'docker-compose.yml'
3333
- 'integration/**'
3434
- 'cpp/**'
35-
- 'csharp/**'
3635
- 'format/**'
3736
pull_request:
3837
paths:
@@ -43,7 +42,6 @@ on:
4342
- 'docker-compose.yml'
4443
- 'integration/**'
4544
- 'cpp/**'
46-
- 'csharp/**'
4745
- 'format/**'
4846

4947
concurrency:

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@ repos:
305305
?^ci/scripts/conan_build\.sh$|
306306
?^ci/scripts/conan_setup\.sh$|
307307
?^ci/scripts/cpp_test\.sh$|
308-
?^ci/scripts/csharp_build\.sh$|
309-
?^ci/scripts/csharp_pack\.sh$|
310-
?^ci/scripts/csharp_test\.sh$|
311308
?^ci/scripts/download_tz_database\.sh$|
312309
?^ci/scripts/install_azurite\.sh$|
313310
?^ci/scripts/install_ccache\.sh$|

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Major components of the project include:
4343
Arrow data with application-defined semantics (for example a storage server or a database)
4444
- [C++ libraries](https://github.com/apache/arrow/tree/main/cpp)
4545
- [C bindings using GLib](https://github.com/apache/arrow/tree/main/c_glib)
46-
- [C# .NET libraries](https://github.com/apache/arrow/tree/main/csharp)
46+
- [.NET libraries](https://github.com/apache/arrow-dotnet)
4747
- [Gandiva](https://github.com/apache/arrow/tree/main/cpp/src/gandiva):
4848
an [LLVM](https://llvm.org)-based Arrow expression compiler, part of the C++ codebase
4949
- [Go libraries](https://github.com/apache/arrow-go) ``

ci/scripts/csharp_build.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

ci/scripts/csharp_pack.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

ci/scripts/csharp_test.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)