-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
refactor: Add reduce ComputeNode
in new streaming engine
#17389
Conversation
ComputeNode
in new streaming engine
crates/Makefile
Outdated
@@ -10,7 +10,7 @@ fmt: ## Run rustfmt and dprint | |||
|
|||
.PHONY: check | |||
check: ## Run cargo check with all features | |||
cargo check -p polars --all-features | |||
cargo check -p polars --all-features -p polars-stream |
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.
Was this supposed to be part of the PR?
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.
Maybe.. Then we can ensure that all warnings are fixed. But if CI doesn't like it, I will remove it.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17389 +/- ##
==========================================
- Coverage 80.62% 80.45% -0.18%
==========================================
Files 1490 1498 +8
Lines 195995 196415 +420
Branches 2789 2789
==========================================
- Hits 158030 158028 -2
- Misses 37452 37874 +422
Partials 513 513 ☔ View full report in Codecov by Sentry. |
No description provided.