Skip to content

Commit

Permalink
feat(pyspark): pivot_longer
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 5, 2023
1 parent 6bc301a commit f600c90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ibis/backends/tests/test_generic.py
Expand Up @@ -972,9 +972,6 @@ def query(t, group_cols):
@pytest.mark.notimpl(["dask", "pandas"], raises=com.OperationNotDefinedError)
@pytest.mark.notyet(["polars"], reason="polars doesn't expand > 1 explode")
@pytest.mark.notimpl(["druid"], raises=AssertionError)
@pytest.mark.notyet(
["pyspark"], reason="pyspark doesn't allow more than one explode in a select"
)
@pytest.mark.notyet(
["bigquery"],
reason="backend doesn't implement unnest",
Expand Down

0 comments on commit f600c90

Please sign in to comment.