Daft icon indicating copy to clipboard operation
Daft copied to clipboard

[FEAT] Move resource requests to UDFs instead of on with_column

Open jaychia opened this issue 6 months ago • 0 comments

  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 plan level, we derive the required resource requests from the Projection/ActorPoolProject's expressions

jaychia avatar Aug 08 '24 16:08 jaychia