Skip to content

feat: Allow specifying the engine for validate and filter#364

Merged
Oliver Borchert (borchero) merged 13 commits into
mainfrom
streaming
Jul 7, 2026
Merged

feat: Allow specifying the engine for validate and filter#364
Oliver Borchert (borchero) merged 13 commits into
mainfrom
streaming

Conversation

@borchero

@borchero Oliver Borchert (borchero) commented Jul 6, 2026

Copy link
Copy Markdown
Member

Motivation

The streaming engine is sometimes faster; this speedup should accessible to the user.

In our benchmark, specifying engine="streaming" results in slowdowns of ~30-40% because of maintain_order="left" in our joins (which is ~2.5x faster on the in-memory engine compared to the streaming engine).

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (315bbc2) to head (3223577).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #364   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           56        56           
  Lines         3481      3481           
=========================================
  Hits          3481      3481           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread dataframely/collection/collection.py Outdated
Comment thread dataframely/collection/collection.py Outdated
@borchero Oliver Borchert (borchero) changed the title perf: Allow specifying the engine for validate and filter feat: Allow specifying the engine for validate and filter Jul 7, 2026
Base automatically changed from collect-all to main July 7, 2026 08:31
@github-actions github-actions Bot added the enhancement New feature or request label Jul 7, 2026
@borchero Oliver Borchert (borchero) enabled auto-merge (squash) July 7, 2026 08:32
@borchero Oliver Borchert (borchero) merged commit 005eb9a into main Jul 7, 2026
32 checks passed
@borchero Oliver Borchert (borchero) deleted the streaming branch July 7, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants