Skip to content

Commit

Permalink
reduce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Huang committed Feb 16, 2024
1 parent 30af48a commit 36a3ef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/tests/ray/test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ def generate_expected(values: Iterable[int]) -> pa.Table:
values = read_record_column(ds1.storage,
join_values.select(["binary"]),
field="binary")
assert sorted(values) == sorted(
expected_values.column("binary").combine_chunks())
assert values == expected_values.column("binary").combine_chunks()

join_values = join_values.drop("binary")
expected_values = expected_values.drop("binary")
Expand Down

0 comments on commit 36a3ef2

Please sign in to comment.