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

feat(csharp/test): implement DuckDb test fixture #1781

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

CurtHagenlocher
Copy link
Contributor

Adds support for running tests against DuckDb and implements a simple smoke test.

Assert.Equal(7, (firstBatch.Column(0) as Int32Array).Values[2]);


var secondBatch = results.Stream.ReadNextRecordBatchAsync().Result;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, hey, I guess I didn't finish this :/

@CurtHagenlocher CurtHagenlocher merged commit 88b981a into apache:main Apr 26, 2024
6 checks passed
@CurtHagenlocher CurtHagenlocher deleted the GH-1775 branch April 26, 2024 21:38
cocoa-xu pushed a commit to meowcraft-dev/arrow-adbc that referenced this pull request May 8, 2024
Adds support for running tests against DuckDb and implements a simple
smoke test.
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.

1 participant