Daft icon indicating copy to clipboard operation
Daft copied to clipboard

Distributed DataFrame for Python designed for the cloud, powered by Rust

Results 272 Daft issues
Sort by recently updated
recently updated
newest added

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. --...

dependencies
python

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...

bug

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...

documentation
enhancement

**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...