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

[SPARK-42119][SQL] Add built-in table-valued functions inline and inline_outer #39656

Closed

Conversation

allisonwang-db
Copy link
Contributor

What changes were proposed in this pull request?

This PR adds two new built-in table-valued functions in the table function registry: inline and inline_outer.

Why are the changes needed?

To improve the usability of table-valued generator functions.

Does this PR introduce any user-facing change?

Yes. After this PR, the table-valued generator functions inline and inline_outer can be used in the FROM clause of a query.

How was this patch tested?

New SQL tests.

@github-actions github-actions bot added the SQL label Jan 19, 2023
@allisonwang-db
Copy link
Contributor Author

cc @HyukjinKwon @cloud-fan

@HyukjinKwon
Copy link
Member

Merged to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants