Commit 6af768b
fix(csharp): update project reference for nested submodule structure
Fix the path to Apache.Arrow.Adbc.Drivers.Apache.csproj to account for
the nested submodule structure in hiveserver2's main branch.
The path changed from:
..\arrow-adbc\csharp\src\Drivers\Apache\
To:
..\arrow-adbc\csharp\arrow-adbc\csharp\src\Drivers\Apache\
This is because hiveserver2's main branch has arrow-adbc as a nested
submodule at csharp/arrow-adbc/ rather than having the source directly
in the csharp/ directory.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 92d23a3 commit 6af768b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
0 commit comments