Skip to content

RayDataExecutionOptions writes deprecated ctx.use_polars #354

Description

@geoHeil

src/dagster_ray/configs.py:100 writes ctx.use_polars = self.use_polars. Ray 2.55 warns on that setter and proxies to use_polars_sort; every apply() / apply_remote() emits a DeprecationWarning from ray.data.context.

Fix: rename the field and setattr target to use_polars_sort. If backward-compat matters, keep use_polars as a deprecated alias on RayDataExecutionOptions that forwards to use_polars_sort.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions