Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,6 @@ object SparkConnectClient {
private val AUTH_TOKEN_META_DATA_KEY: Metadata.Key[String] =
Metadata.Key.of("Authentication", Metadata.ASCII_STRING_MARSHALLER)

private val AUTH_TOKEN_ON_INSECURE_CONN_ERROR_MSG: String =
"Authentication token cannot be passed over insecure connections. " +
"Either remove 'token' or set 'use_ssl=true'"

// for internal tests
private[sql] def apply(channel: ManagedChannel): SparkConnectClient = {
new SparkConnectClient(Configuration(), channel)
Expand Down