Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(csharp/src/Apache.Arrow.Adbc/C): correctly handle null driver entries for imported drivers #1812

Merged
merged 1 commit into from
May 4, 2024

Conversation

CurtHagenlocher
Copy link
Contributor

Validates that required function pointers are present in an imported driver and backfills optional functions to return ADBC_STATUS_NOT_IMPLEMENTED.

Closes #1811

…driver and backfills optional functions to return ADBC_STATUS_NOT_IMPLEMENTED.

Closes apache#1811
@github-actions github-actions bot added this to the ADBC Libraries 1.0.0 milestone May 3, 2024
@CurtHagenlocher
Copy link
Contributor Author

DuckDB defines all the 1.0 functions so I can't test against that. I'll add tests for this once I start working on 1.1 support (which DuckDB does not implement yet).

@lidavidm lidavidm merged commit 8ac7304 into apache:main May 4, 2024
6 checks passed
@CurtHagenlocher CurtHagenlocher deleted the GH-1811 branch August 28, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csharp/src/Apache.Arrow.Adbc/C: correctly handle null driver entries for imported drivers
2 participants