Skip to content

Conversation

@AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Jan 30, 2026

This PR attempts to make DF tests easier to read and write by moving much of the boilerplate into TestSessionContext and using more SQL (where its applicable).

@AdamGS AdamGS requested review from a10y and asubiotto January 30, 2026 13:53
@AdamGS AdamGS added the chore label Jan 30, 2026
Signed-off-by: Adam Gutglick <[email protected]>
@AdamGS AdamGS added changelog/chore A trivial change ext/datafusion Relates to the DataFusion integration and removed chore labels Jan 30, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Jan 30, 2026

Merging this PR will not alter performance

✅ 1138 untouched benchmarks
⏩ 1384 skipped benchmarks1


Comparing adamg/df-test-cleanup (ab6aaba) with develop (848fd89)

Open in CodSpeed

Footnotes

  1. 1384 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

// 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>,
Copy link
Contributor

Choose a reason for hiding this comment

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

into?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Contributor

@a10y a10y left a 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]>
@AdamGS AdamGS enabled auto-merge (squash) January 30, 2026 20:36
@AdamGS AdamGS merged commit 469e31f into develop Jan 30, 2026
44 of 46 checks passed
@AdamGS AdamGS deleted the adamg/df-test-cleanup branch January 30, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change ext/datafusion Relates to the DataFusion integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants