Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 Closes apache#40836 from nija-at/expose-host-token. Authored-by: Niranjan Jayakar <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information