Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Executor for polars logical plans #15504
Executor for polars logical plans #15504
Changes from 37 commits
b3d0e06
22f6a4f
8ac4347
4ab983e
1981a3d
700f075
9c303bc
688d8ef
f56525a
2cb6f50
c3e0a92
ec4562c
f21cd57
1f5a490
31a3d5e
cda34e0
235575d
e158de6
b400391
7f04985
233c1be
3a3ad2d
dd6efaa
e279a2f
bdd6ee3
c06b980
3b17c71
19db751
146327c
e81a1e1
98281e8
3a1ac86
f0686a2
8d25f3a
90fca6d
0f82d0f
f5683e7
b774e0e
34aac9a
74e3824
b77c573
4b7dd6e
3aefc56
22805a6
d8745f6
eb6626e
246ff6a
26c5994
00628b0
47df8e2
2157323
6d324cb
786730a
810a8b8
2773b0b
62f6455
a1f579f
1240b62
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Let's mark all the places we're importing/using cudf rather than pylibcudf with TODOs or something so that we can find them easily as we work to remove them.