You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-43172][CONNECT] Expose host and token from spark connect client
### What changes were proposed in this pull request?
Expose the host and bearer token as properties of the
`SparkConnectClient`.
### Why are the changes needed?
This allows for querying the connecting host and bearer token
given an instance of spark connect client.
### Does this PR introduce _any_ user-facing change?
Introduces two new properties `host` and `token` to the
`SparkConnectClient` class
### How was this patch tested?
Unit tests
Closesapache#40836 from nija-at/expose-host-token.
Authored-by: Niranjan Jayakar <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments