Skip to content

Commit

Permalink
Rebase and try to fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng Su <scnju13@gmail.com>
  • Loading branch information
c21 committed Aug 9, 2022
1 parent 76a31ad commit 420917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/tests/test_dataset_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ def test_csv_read_with_column_type_specified(shutdown_only, tmp_path):
assert ds.to_pandas().equals(expected_df)


def test_csv_read_filter_no_file(ray_start_regular_shared, tmp_path):
def test_csv_read_filter_no_file(shutdown_only, tmp_path):
df = pd.DataFrame({"one": [1, 2, 3], "two": ["a", "b", "c"]})
table = pa.Table.from_pandas(df)
path = os.path.join(str(tmp_path), "test.parquet")
Expand Down

0 comments on commit 420917c

Please sign in to comment.