Skip to content

Conversation

@sarutak
Copy link
Member

@sarutak sarutak commented Nov 18, 2025

What changes were proposed in this pull request?

This PR aims to replace HtmlUtils.parseQueryString in ThriftHttpServlet.java with HttpServletRequest.getQueryString

Why are the changes needed?

HttpUtils was deprecated in Servlet 5.0 and removed in 6.0.
https://jakarta.ee/specifications/servlet/5.0/apidocs/jakarta/servlet/http/httputils

This change is necessary for upgrading Jetty to 12 in #53116

Does this PR introduce any user-facing change?

No.

How was this patch tested?

GA.

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

No.

@github-actions github-actions bot added the SQL label Nov 18, 2025
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM (Pending CIs). Thank you so much, @sarutak .

@dongjoon-hyun
Copy link
Member

Merged to master for Apache Spark 4.2.0.

@sarutak
Copy link
Member Author

sarutak commented Nov 19, 2025

Thank you @dongjoon-hyun .

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants