diff --git a/python/ray/data/_internal/execution/interfaces/execution_options.py b/python/ray/data/_internal/execution/interfaces/execution_options.py index 9edc4636a64c..abe9dfce076e 100644 --- a/python/ray/data/_internal/execution/interfaces/execution_options.py +++ b/python/ray/data/_internal/execution/interfaces/execution_options.py @@ -229,7 +229,7 @@ def __init__( preserve_order: bool = False, # TODO(hchen): Re-enable `actor_locality_enabled` by default after fixing # https://github.com/ray-project/ray/issues/43466 - actor_locality_enabled: bool = True, + actor_locality_enabled: bool = False, verbose_progress: Optional[bool] = None, ): if resource_limits is None: