Skip to content

Commit 6348e35

Browse files
committed
test
1 parent 9dbc6a3 commit 6348e35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SparkConnect/DataFrame.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ public actor DataFrame: Sendable {
117117
transport: .http2NIOPosix(
118118
target: .dns(host: spark.client.host, port: spark.client.port),
119119
transportSecurity: .plaintext
120-
),
121-
interceptors: spark.client.getIntercepters()
120+
)
122121
) { client in
123122
return try await f(client)
124123
}

0 commit comments

Comments
 (0)