Skip to content

Commit

Permalink
test(impala): disable nth
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed May 23, 2022
1 parent dbc9cc2 commit a4d44a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ibis/backends/tests/test_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ def calc_zscore(s):
)
),
id="nth",
marks=pytest.mark.notimpl(["pandas"]),
marks=[
pytest.mark.notimpl(["pandas"]),
pytest.mark.notyet(["impala"]),
],
),
param(
lambda _, win: ibis.row_number().over(win),
Expand Down

0 comments on commit a4d44a0

Please sign in to comment.