Daft
Daft copied to clipboard
[FEAT] Move resource requests to UDFs instead of on with_column
- Adds deprecation warning for
.with_column(resource_request=...)
kwarg - Adds a new mechanism for specifying resource requests directly on UDFs (in
@udf
or by overriding withmy_udf.override_options(...)
) - At the physical plan level, we derive the required resource requests from the Projection/ActorPoolProject's expressions