afeldman1 commented on code in PR #3299:
URL: https://github.com/apache/iceberg-python/pull/3299#discussion_r3174320329
##########
tests/conftest.py:
##########
@@ -3036,7 +3036,6 @@ def ray_session() -> Generator[Any, None, None]:
ray.init(
ignore_reinit_error=True,
- runtime_env={"working_dir": None}, # Prevent Ray from serializing the
working directory to workers
Review Comment:
`RAY_ENABLE_UV_RUN_RUNTIME_ENV` is essentially replacing this. `None` was
being passed in to prevent ray from initializing on workers, taking advantage
of a bug in ray. Ray has since fixed this bug, preventing `None` from being
passed in for `working_dir`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]