Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Apr 2, 2024
1 parent 77473e1 commit 0a35f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/test_pyarrow_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_dataset_foo(df: pl.DataFrame, tmp_path: Path) -> None:
lambda lf: lf.filter(pl.col("int").is_between(2, 3))
.select(["bools", "floats", "date"])
.collect(),
n_expected=0,
n_expected=2,
)
# this equality on a column with nulls fails as pyarrow has different
# handling kleene logic. We leave it for now and document it in the function.
Expand Down

0 comments on commit 0a35f4b

Please sign in to comment.