-
Notifications
You must be signed in to change notification settings - Fork 15
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
read_deltalake
breaks with dask>=2024.3.1
#79
Comments
Thanks @milesgranger! I don't have time to test that right now, workaround is fine for me atm just wanted to flag it for the dev team. Happy to wait for the release, thanks so much for your help :) |
@jacobtomlinson @milesgranger I'm still getting the same EDIT: strangely enough setting and when I downgrade
|
Only took a very brief look so far, but this looks like the python 3.11.9 bug that was supposed to be fixed in |
@rjzamora -- I can confirm that downgrading EDIT:
UPDATE:
|
We've merged a PR now that should make stuff run smoothly with dask-expr. |
Hey folks! Amazing work on the query planning functionality with
dask-expr
:)I was just running some
deltalake
queries and it seems like this upgrade is interfering withread_deltalake
I'm getting a
NotImplementedError: dask_expr does not support a token argument.
when running the code snippet below:To reproduce:
To fix:
Dask==2024.2.1
EDIT
I've tried upgrading
dask-expr
as suggested here. This upgrades Dask to 2024.4.1 but does not fix the issue for me.The text was updated successfully, but these errors were encountered: