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 1a23bb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/ballista/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ def test_join():
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 1a23bb6

Please sign in to comment.