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

SNOW-966339 Support Arguments in TableFunctions #62

Merged
merged 21 commits into from
Nov 17, 2023
Merged

Conversation

sfc-gh-bli
Copy link
Collaborator

@sfc-gh-bli sfc-gh-bli commented Nov 13, 2023

Support arguments in table functions.

Before

Only Support

df.join(flatten, json_parse(df("col")))

After

Also Support

df.join(flatten(json_parse(df("col"))))

@sfc-gh-bli sfc-gh-bli marked this pull request as ready for review November 14, 2023 23:48
@sfc-gh-bli sfc-gh-bli enabled auto-merge (squash) November 17, 2023 21:38
@sfc-gh-bli sfc-gh-bli merged commit 84e12fe into main Nov 17, 2023
11 checks passed
@sfc-gh-bli sfc-gh-bli deleted the snow-966339 branch November 17, 2023 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants