Skip to content

Commit

Permalink
Skip ut of test_window_lead due to apache/datafusion-python#135
Browse files Browse the repository at this point in the history
  • Loading branch information
kyotoYaho committed Jan 29, 2023
1 parent e1be3af commit c6c28ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/ballista/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ def test_join():
expected = {"a": [1, 2], "c": [8, 10], "b": [4, 5]}
assert table.to_pydict() == expected


@pytest.mark.skip(
reason="https://github.com/apache/arrow-datafusion-python/issues/135"
)
def test_window_lead(df):
df = df.select(
column("a"),
Expand Down

0 comments on commit c6c28ee

Please sign in to comment.