Skip to content

Commit

Permalink
test(pyspark): xfail tablesample on specific version of sqlglot
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 28, 2024
1 parent ca54294 commit b460833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2196,6 +2196,7 @@ def test_dynamic_table_slice_with_computed_offset(backend):
),
],
)
@pytest.mark.xfail_version(pyspark=["sqlglot==25.17.0"])
def test_sample(backend, method):
t = backend.functional_alltypes.filter(_.int_col >= 2)

Expand Down

0 comments on commit b460833

Please sign in to comment.