-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Data] Mark dataset_shuffle_sort_1tb
release test as stable
#37401
Conversation
Signed-off-by: Scott Lee <sjl@anyscale.com>
Signed-off-by: Scott Lee <sjl@anyscale.com>
Signed-off-by: Scott Lee <sjl@anyscale.com>
Signed-off-by: Scott Lee <sjl@anyscale.com>
@@ -243,4 +243,4 @@ Ray Data interoperates with distributed data processing frameworks like | |||
|
|||
ds = ray.data.read_csv("example://iris.csv") | |||
|
|||
mdf = ds.to_mars() | |||
mdf = ds.to_mars() |
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.
it's weird, don't know why github highlights the change here. It seems not be changed.
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.
Yeah i'm not sure why this happened, i was comparing to the raw file and seems to be the same. I think I pushed a commit to my own fork, which i never ended up making a PR for on the ray repository.
…oject#37401) Signed-off-by: NripeshN <nn2012@hw.ac.uk>
…oject#37401) Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
…oject#37401) Signed-off-by: Victor <vctr.y.m@example.com>
Why are these changes needed?
With the fix for a similar release test,
dataset_shuffle_push_based_sort_1tb
, in #36722, we can also try re-enabling thedataset_shuffle_sort_1tb
release test. In a test run, the release test passed in 2539.50 seconds. I think we can go ahead and fully re-enable this test, and remove the unstable label. This will allow us to resume tracking release test metrics on our internal performance dashboards.Related issue number
Closes #36198
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.