Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Implement Not operation in PySpark backend #2607

Merged
merged 2 commits into from
Feb 4, 2021

Conversation

icexelloss
Copy link
Contributor

Should be self explanatory.

@icexelloss icexelloss added the pyspark The Apache PySpark backend label Feb 3, 2021
)
@pytest.mark.skip_backends(['dask']) # TODO - sorting - #2553
@pytest.mark.xfail_unsupported
def test_filter(backend, alltypes, sorted_df, predicate_fn, expected_fn):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find a filter test in backends test so I added this.

@jreback jreback added this to the Next release milestone Feb 3, 2021
@jreback
Copy link
Contributor

jreback commented Feb 3, 2021

cool, can you add a release note, ping on green.

@jreback jreback merged commit ff9d005 into ibis-project:master Feb 4, 2021
@cpcloud cpcloud removed this from the Next release milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pyspark The Apache PySpark backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants