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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3a8f6dce build(csharp): add Arrow as submodule proper for CSharp 
project (#1229)
3a8f6dce is described below

commit 3a8f6dce064a254f5e547e5d9369629e7ae9dc3c
Author: vleslief-ms <[email protected]>
AuthorDate: Thu Oct 26 13:41:11 2023 -0700

    build(csharp): add Arrow as submodule proper for CSharp project (#1229)
    
    Can't build the C# project checking out from main directly at the
    moment.
    
    README mentioned the submodule for Arrow and it's included in
    .gitmodules, but none of it works unless the csharp's .gitignore has
    src/arrow removed so that it isn't ignored, and the repo can actually
    pull the submodule into the expected directory path.
---
 csharp/.gitignore | 1 -
 csharp/src/arrow  | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp/.gitignore b/csharp/.gitignore
index 8782b428..e2b09a58 100644
--- a/csharp/.gitignore
+++ b/csharp/.gitignore
@@ -27,6 +27,5 @@ x64
 *.csproj.user
 *.pass
 
-src/arrow
 artifacts/
 TestResults/
diff --git a/csharp/src/arrow b/csharp/src/arrow
new file mode 160000
index 00000000..57f643c2
--- /dev/null
+++ b/csharp/src/arrow
@@ -0,0 +1 @@
+Subproject commit 57f643c2cecca729109daae18c7a64f3a37e76e4

Reply via email to