Skip to content

Commit 6af768b

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/src/AdbcDrivers.Databricks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</Content>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<ProjectReference Include="..\arrow-adbc\csharp\src\Drivers\Apache\Apache.Arrow.Adbc.Drivers.Apache.csproj" />
22+
<ProjectReference Include="..\arrow-adbc\csharp\arrow-adbc\csharp\src\Drivers\Apache\Apache.Arrow.Adbc.Drivers.Apache.csproj" />
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)