-
Notifications
You must be signed in to change notification settings - Fork 126
DF Test refactoring #6223
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
DF Test refactoring #6223
Conversation
Signed-off-by: Adam Gutglick <[email protected]>
Signed-off-by: Adam Gutglick <[email protected]>
Signed-off-by: Adam Gutglick <[email protected]>
Merging this PR will not alter performance
Comparing Footnotes
|
vortex-datafusion/src/lib.rs
Outdated
| // Write arrow data into a vortex file. | ||
| pub async fn write_arrow_batch<P>(&self, path: P, batch: &RecordBatch) -> anyhow::Result<()> | ||
| where | ||
| object_store::path::Path: From<P>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
into?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
a10y
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice
Signed-off-by: Adam Gutglick <[email protected]>
This PR attempts to make DF tests easier to read and write by moving much of the boilerplate into
TestSessionContextand using more SQL (where its applicable).