Skip to content

[SPARK-51156][CONNECT][FOLLOWUP] Remove unused private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG from SparkConnectClient #50070

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

Closed
wants to merge 1 commit into from

Conversation

LuciferYang
Copy link
Contributor

What changes were proposed in this pull request?

This pr aims to remove unused private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG from SparkConnectClient because it becomes a useless private val declaration after #50006.

Why are the changes needed?

Remove unused private val.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass GitHub Actions

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

No

@LuciferYang LuciferYang changed the title [SPARK-51156][CONNECT] Remove unused private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG from SparkConnectClient [SPARK-51156][CONNECT][FOLLOWUP] Remove unused private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG from SparkConnectClient Feb 24, 2025
@LuciferYang
Copy link
Contributor Author

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/4.0.

dongjoon-hyun pushed a commit that referenced this pull request Feb 24, 2025
…N_ON_INSECURE_CONN_ERROR_MSG` from `SparkConnectClient`

### What changes were proposed in this pull request?
This pr aims to remove unused `private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG` from `SparkConnectClient`  because it becomes a useless `private val` declaration after #50006.

### Why are the changes needed?
Remove unused `private val`.

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

### How was this patch tested?
Pass GitHub Actions

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

Closes #50070 from LuciferYang/SPARK-51156-FOLLOWUP.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 9de3b7c)
Signed-off-by: Dongjoon Hyun <[email protected]>
Pajaraja pushed a commit to Pajaraja/spark that referenced this pull request Mar 6, 2025
…N_ON_INSECURE_CONN_ERROR_MSG` from `SparkConnectClient`

### What changes were proposed in this pull request?
This pr aims to remove unused `private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG` from `SparkConnectClient`  because it becomes a useless `private val` declaration after apache#50006.

### Why are the changes needed?
Remove unused `private val`.

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

### How was this patch tested?
Pass GitHub Actions

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

Closes apache#50070 from LuciferYang/SPARK-51156-FOLLOWUP.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@LuciferYang LuciferYang deleted the SPARK-51156-FOLLOWUP branch May 2, 2025 05:24
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.

2 participants