Commit 9de3b7c
[SPARK-51156][CONNECT][FOLLOWUP] Remove unused
### 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]>private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG from SparkConnectClient
1 parent 60bcc71 commit 9de3b7c
File tree
1 file changed
+0
-4
lines changed- sql/connect/common/src/main/scala/org/apache/spark/sql/connect/client
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | 409 | | |
414 | 410 | | |
415 | 411 | | |
| |||
0 commit comments