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-50422][SQL] Make Parameterized SQL queries of SparkSession.sql API GA #48965

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Nov 26, 2024

What changes were proposed in this pull request?

This PR aims to make Parameterized SQL queries of SparkSession.sql API GA in Apache Spark 4.0.0.

Why are the changes needed?

Apache Spark has been supported Parameterized SQL queries because they are very convenient usage for the users .

It's time to make it GA by removing Experimental tags since this feature has been serving well for a long time.

Does this PR introduce any user-facing change?

No, there is no behavior change.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Nov 26, 2024
@dongjoon-hyun
Copy link
Member Author

Thank you, @yaooqinn .

@dongjoon-hyun
Copy link
Member Author

And, WDYT as the main author of this feature, @MaxGekk ?

@MaxGekk
Copy link
Member

MaxGekk commented Nov 26, 2024

+1, LGTM. Merging to master.
Thank you, @dongjoon-hyun and @yaooqinn @HyukjinKwon @zhengruifeng for review.

@MaxGekk MaxGekk closed this in 7cbfc2c Nov 26, 2024
@dongjoon-hyun
Copy link
Member Author

Thank you all!

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

Successfully merging this pull request may close these issues.

5 participants