-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tune] Remove the URI parsing code #38697
Conversation
Signed-off-by: Eric Liang <ekhliang@gmail.com>
Signed-off-by: Eric Liang <ekhliang@gmail.com>
Signed-off-by: Eric Liang <ekhliang@gmail.com>
Signed-off-by: Eric Liang <ekhliang@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks much better now.
@@ -91,6 +93,15 @@ def experiment_path(self) -> str: | |||
location (path on the head node).""" | |||
return self._experiment_analysis.experiment_path | |||
|
|||
@property | |||
def filesystem(self) -> pyarrow.fs.FileSystem: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep this named storage_filesystem
? fine either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's best to be consistent with checkpoint
, which uses filesystem
as the attribute.
Signed-off-by: Eric Liang <ekhliang@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Eric Liang <ekhliang@gmail.com>
e0edc5e
to
44ebf99
Compare
The failing test is flaking on master with the exact same error message. @zhe-thoughts can you merge? This is needed to flip on the new persistence backend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this, since it's part of Ray Train API cleanup
Signed-off-by: Eric Liang <ekhliang@gmail.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Signed-off-by: Eric Liang <ekhliang@gmail.com> Signed-off-by: Victor <vctr.y.m@example.com>
Why are these changes needed?
Related issue number
Closes #38568