Skip to content

Commit

Permalink
test(impala): make test generic over nans
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 11, 2024
1 parent 5849f45 commit 7961589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,4 +1067,4 @@ def test_concat_with_null(con, fn):
@pytest.mark.notimpl(["pandas", "dask"], raises=TypeError)
def test_concat(con, args, method):
expr = method(args)
assert con.execute(expr) is None
assert pd.isna(con.execute(expr))

0 comments on commit 7961589

Please sign in to comment.