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

Pass multiple when clauses to Rust (follow up from Python MERGE PR) #1736

Closed
ion-elgreco opened this issue Oct 17, 2023 · 0 comments · Fixed by #1750
Closed

Pass multiple when clauses to Rust (follow up from Python MERGE PR) #1736

ion-elgreco opened this issue Oct 17, 2023 · 0 comments · Fixed by #1750
Labels
enhancement New feature or request

Comments

@ion-elgreco
Copy link
Collaborator

Description

As discussed with @wjones127 I will do a follow up to allow multiple when clauses in Python.

@ion-elgreco ion-elgreco added the enhancement New feature or request label Oct 17, 2023
@ion-elgreco ion-elgreco changed the title Pass multiple when clauses to Rust (follow up from Python MERGE) PR Pass multiple when clauses to Rust (follow up from Python MERGE PR) Oct 17, 2023
wjones127 added a commit that referenced this issue Nov 4, 2023
# Description
You can now also do multiple when clauses just like in Rust and PySpark.
I added one test for now 😄, will add more later when I have some time.

I'll update the docs in another PR to reflect the possibility of this
behavior.

# Related Issue(s)
<!---
For example:

- closes #106
--->
- closes #1736

---------

Co-authored-by: Will Jones <willjones127@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant