Daft
Daft copied to clipboard
Distributed DataFrame for Python designed for the cloud, powered by Rust
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...
This simplifies our logic for joins by making the right side renaming an explicit project before the join during logical planning. This allows code further in the pipeline to simply...
This PR supports `__init__` arguments to be supplied to StatefulUDFs. Users can now define arguments for `__init__` in their StatefulUDFs, and additionally tweak the arguments at runtime by calling `MyUDF.with_init_args(...)`
1. Adds deprecation warning for `.with_column(resource_request=...)` kwarg 2. Adds a new mechanism for specifying resource requests directly on UDFs (in `@udf` or by overriding with `my_udf.override_options(...)`) 3. At the physical...
**Describe the bug** When running jobs on virtual private cloud, daft analytics (enabled by default) is having a long timeout (~5 minutes) when trying to log analytics, since it can't...