Skip to content

Commit

Permalink
test(polars): xfail failing outer join from upstream change
Browse files Browse the repository at this point in the history
cpcloud committed Jan 8, 2024
1 parent c736e92 commit 20dc1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibis/backends/tests/test_join.py
Original file line number Diff line number Diff line change
@@ -382,6 +382,9 @@ def test_join_with_trivial_predicate(awards_players, predicate, how, pandas_valu
id="outer-x",
marks=[
pytest.mark.notimpl(["pyspark"], reason="overlapping columns"),
pytest.mark.notyet(
["polars"], reason="upstream polars is broken for this case"
),
*outer_join_nullability_failures,
],
),

0 comments on commit 20dc1fb

Please sign in to comment.