forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[data] deflake test_huggingface (ray-project#42271)
For `datasets>=2.11` package, there is a minimum requirement of `"pyarrow>=8.0.0"` as introduced here: https://github.com/huggingface/datasets/blob/main/setup.py#L116C2-L117 We skip the streaming read test for lower pyarrow versions, since the underlying `pyarrow.Table.to_reader()` method, which is used by the HF iterable dataset path, will not be available. Signed-off-by: Scott Lee <sjl@anyscale.com>
- Loading branch information
1 parent
6ca559e
commit 9282726
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
flaky_tests: | ||
- //python/ray/data:test_streaming_integration | ||
- //python/ray/data:test_split | ||
- //python/ray/data:test_huggingface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters