We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
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.
The text was updated successfully, but these errors were encountered:
patchwork01
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: