Skip to content

Conversation

@LuciferYang
Copy link
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
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. Thank you, @LuciferYang .

Merged to master.

@LuciferYang
Copy link
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