Skip to content

Commit

Permalink
chore(csharp/src/Apache.Arrow.Adbc/C): revert #2409 (#2411)
Browse files Browse the repository at this point in the history
This reverts commit
1d268e9.
  • Loading branch information
lidavidm authored Jan 6, 2025
1 parent 27ef65c commit 6729410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ adbc.h @lidavidm

## Implementations
/c/ @lidavidm
/csharp/ @lidavidm @CurtHagenlocher
/csharp/ @CurtHagenlocher
/glib/ @kou
/java/ @lidavidm
/go/ @zeroshade
Expand Down
3 changes: 1 addition & 2 deletions csharp/src/Apache.Arrow.Adbc/C/CAdbcDriverExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,12 @@ public unsafe static AdbcStatusCode AdbcDriverInit(int version, CAdbcDriver* nat
nativeDriver->StatementBindStream = StatementBindStreamPtr;
nativeDriver->StatementExecuteQuery = StatementExecuteQueryPtr;
nativeDriver->StatementExecutePartitions = StatementExecutePartitionsPtr;
nativeDriver->StatementExecuteSchema = StatementExecuteSchemaPtr;
nativeDriver->StatementGetParameterSchema = StatementGetParameterSchemaPtr;
nativeDriver->StatementNew = StatementNewPtr;
nativeDriver->StatementPrepare = StatementPreparePtr;
nativeDriver->StatementRelease = StatementReleasePtr;
nativeDriver->StatementSetSqlQuery = StatementSetSqlQueryPtr;
nativeDriver->StatementSetSubstraitPlan = StatementSetSubstraitPlanPtr;
nativeDriver->StatementGetParameterSchema = StatementGetParameterSchemaPtr;

return 0;
}
Expand Down

0 comments on commit 6729410

Please sign in to comment.