You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is only exposed in #558 since otherwise everything gets wrapped in a ArgsKwargsPackedFunction which only ever has args, once we stop doing that (because it is expensive when called many times) unless it is really needed then it becomes apparent that only args are forwarded inside rewrite_layer_chains.
The text was updated successfully, but these errors were encountered:
Presently it is manifest in the post dask 2024.12.0 code, it simply does not ask for task.kwargs, nor does it pass new kwargs to the newly made task.
The pre-_task_spec code also doesn't seem to deal with kwargs in any way, but it didn't come up in local testing of #558 since I didn't downgrade and recheck, etc.
This is only exposed in #558 since otherwise everything gets wrapped in a ArgsKwargsPackedFunction which only ever has
args
, once we stop doing that (because it is expensive when called many times) unless it is really needed then it becomes apparent that onlyargs
are forwarded insiderewrite_layer_chains
.The text was updated successfully, but these errors were encountered: