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

Rust integration tests for DataFusion compaction #3477

Closed
patchwork01 opened this issue Oct 14, 2024 · 0 comments · Fixed by #3580
Closed

Rust integration tests for DataFusion compaction #3477

patchwork01 opened this issue Oct 14, 2024 · 0 comments · Fixed by #3580
Assignees
Milestone

Comments

@patchwork01
Copy link
Collaborator

Background

Follows on from:

We're also adding bulk export, which we may implement in DataFusion. A setup for integration testing in Rust could make this significantly easier:

Description

We'd like integration test coverage for DataFusion compaction from Rust, without needing to run any Java code.

It should be much easier to work with if we rely on tests from Rust while developing the Rust code.

Analysis

We can design this setup with bulk export in mind.

We can make sure the tests get run in GitHub Actions. We haven't seen a failure in Rust unit or integration tests yet.

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 a pull request may close this issue.

1 participant