Skip to content

[SPARK-50422][SQL] Make Parameterized SQL queries of SparkSession.sql API GA#48965

Closed
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-50422
Closed

[SPARK-50422][SQL] Make Parameterized SQL queries of SparkSession.sql API GA#48965
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-50422

Conversation

@dongjoon-hyun
Copy link
Copy Markdown
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
Copy Markdown
Member Author

Thank you, @yaooqinn .

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

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

@MaxGekk
Copy link
Copy Markdown
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
Copy Markdown
Member Author

Thank you all!

dongjoon-hyun added a commit to apache/spark-connect-swift that referenced this pull request May 3, 2025
### What changes were proposed in this pull request?

This PR aims to support `Parameterized SQL queries` in `sql` API.

### Why are the changes needed?

For feature parity, we had better support this GA feature.

- apache/spark#38864 (Since Spark 3.4.0)
- apache/spark#40623 (Since Spark 3.4.0)
- apache/spark#41568 (Since Spark 3.5.0)
- apache/spark#48965 (GA Since Spark 4.0.0)

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

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

No.

Closes #103 from dongjoon-hyun/SPARK-51986.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun deleted the SPARK-50422 branch November 16, 2025 16:45
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