Florian Jetter

Results 237 comments of Florian Jetter

If CI passes I think you're good.

Thanks for looking into this but I am afraid this is not going to be sufficient. As I explained in https://github.com/dask/dask/issues/11122#issuecomment-2122336787 I believe the changes have to be applied in...

@thomas-fred I would consider it best practice to have an example prepared that does not involve sharing the actual parquet file regardless of how small it is. Parquet has been...

@jackguac I have a fix for this up here https://github.com/dask/dask-expr/pull/992

> How do I disable query planning? I am facing some weird issues (my code freezes with no errors for hours) It would be very helpful if you could post...

There is some general tips for minimal bug reports here https://matthewrocklin.com/minimal-bug-reports Generally, start with randomized data and simplify the example step by step. I don't think you'll be leaking any...

@slevang is it possible to provide a minimal reproducer for this?

Thanks for the reproducer. I took a brief look into this. This is not immediately actionable since I doubt anybody can actually work with this code but for documentation purposes......

what pyarrow version did you use to create the dataset and which one are you using to read the dataset?

Thanks for chasing this down! I agre this should raise, I opened https://github.com/dask/dask/issues/11174 to address this