Remove wheel-tests-cudf-polars-with-rapidsmpf in favor of existing wheel-tests-cudf-polars#22467
Remove wheel-tests-cudf-polars-with-rapidsmpf in favor of existing wheel-tests-cudf-polars#22467mroeschke wants to merge 3 commits into
wheel-tests-cudf-polars-with-rapidsmpf in favor of existing wheel-tests-cudf-polars#22467Conversation
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughConsolidates cudf_polars experimental testing into the main wheel test workflow: removes the separate experimental job and scripts, adds container runtime options to the consolidated job, enables experimental tests in CI, and adds the ChangesTest Workflow Consolidation
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
|
||
| # HStack may redirect to Select before fallback; message differs by Polars IR / version. | ||
| @pytest.mark.filterwarnings( | ||
| "ignore:This .*is not supported for multiple partitions:UserWarning" |
There was a problem hiding this comment.
Hold on, does this fail if the query doesn't raise that warning?
Description
Now that rapidsmpf is a required dependency of cudf_polars,
wheel-tests-cudf-polars-with-rapidsmpfwas almost functionally identical towheel-tests-cudf-polars. To make the former align to the latter:wheel-tests-cudf-polarsjob--ignore=tests/experimentalwas removed when running tests inwheel-tests-cudf-polarsChecklist