Skip to content

[MINOR][CORE] Remove unused private[executor] var httpUrlConnectionTimeoutMillis from ExecutorClassLoader#50152

Closed
LuciferYang wants to merge 1 commit into
apache:masterfrom
LuciferYang:minor-ExecutorClassLoader-var
Closed

[MINOR][CORE] Remove unused private[executor] var httpUrlConnectionTimeoutMillis from ExecutorClassLoader#50152
LuciferYang wants to merge 1 commit into
apache:masterfrom
LuciferYang:minor-ExecutorClassLoader-var

Conversation

@LuciferYang

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This pr aims to remove unused private[executor] var httpUrlConnectionTimeoutMillis from ExecutorClassLoader.

The definition of httpUrlConnectionTimeoutMillis was introduced in SPARK-6209 (#4944) and was used by the function getClassFileInputStreamFromHttpServer. After SPARK-23538(#20723), the function getClassFileInputStreamFromHttpServer was removed from ExecutorClassLoader, and httpUrlConnectionTimeoutMillis is no longer used either.

Why are the changes needed?

Code cleanup

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GitHub Action

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

No

@github-actions github-actions Bot added the CORE label Mar 4, 2025

@dongjoon-hyun dongjoon-hyun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @LuciferYang .

Merged to master.

@LuciferYang

Copy link
Copy Markdown
Contributor Author

Thank you @dongjoon-hyun

@LuciferYang LuciferYang deleted the minor-ExecutorClassLoader-var branch May 2, 2025 05:24
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