Skip to content
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

Disable dask query-planning #673

Merged
merged 1 commit into from Mar 13, 2024

Conversation

jdblischak
Copy link
Collaborator

Closes #671

dask 2024.3.0, released two days ago on 2024-03-11, changed the default behavior of dask.dataframe to require the package dask-expr, but didn't add dask-expr to its default dependencies

So our options are 1) install dask-expr for all our CI jobs, or 2) disable query-planning. According to @awenocur, we are dropping support for dask in the next couple of months, so the choice doesn't matter much. I chose option 2 since it required fewer edits.

xref: first discovered in #669 (such bad timing on my part; opened that PR the day dask broke our CI), solution confirmed in #670

@jdblischak jdblischak self-assigned this Mar 13, 2024
@jdblischak
Copy link
Collaborator Author

I also triggered a nightly build from this branch on my fork

https://github.com/jdblischak/TileDB-VCF/actions/runs/8269643115

@jdblischak
Copy link
Collaborator Author

Nightlies passed on my fork

@jdblischak jdblischak mentioned this pull request Mar 13, 2024
@jdblischak jdblischak merged commit 3723c2c into TileDB-Inc:main Mar 13, 2024
12 checks passed
@jdblischak jdblischak deleted the dask-query-planning branch March 13, 2024 20:08
awenocur pushed a commit that referenced this pull request Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The nightly build job failed on Tuesday (2024-03-12)
2 participants