Chris Roat
Chris Roat
I've been heavy into the underlying algorithms, as we changed our pipelines around somewhat. I haven't worked on this, sorry.
Looks like this problem is due to tables being created using FreeTable when a table traverses its parents. A FreeTable has no context, and thus has no way to access...
I have encountered this error using adapted types, as recommended in #947 . I have a piece of code that examines a table for how much work is left (so...
Thanks for the suggestion. I tried that, and then also moving `schema` inside the class. Neither seems to work.
You can use fsspec with fuse-mounted filesystems, so I don't think they are competitors in that way. See the docs: https://filesystem-spec.readthedocs.io/en/latest/features.html#mount-anything-with-fuse I think fsspec is heavily used in the pydata...
See same issue (ref is null using git source w/commit hash) on MacOS w/python 3.11. Going back to 2023.7.23 resolves issue.
I ran the same test as @matteius on a fresh install, and got the same results. So I scratched my head a moment. I realized this wasn't equivalent to what...
It is likely worth re-labelling this as a regression (in addition to a legitimate bug), unless it is unable to be reproduced.
I am also curious if this could interact with cluster scaling (and things like dask-gateway). Could each type of worker need to be tracked by some key and scaled independently?...
I think this is a great idea. One important piece to consider is that the oauth dance returns an email, while the app may have a much more detailed User...