We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e0405 commit a567774Copy full SHA for a567774
Tests/SparkConnectTests/SparkConnectClientTests.swift
@@ -71,6 +71,7 @@ struct SparkConnectClientTests {
71
await client.stop()
72
}
73
74
+#if !os(Linux) // TODO: Enable this with the offical Spark 4 docker image
75
@Test
76
func jsonToDdl() async throws {
77
let client = SparkConnectClient(remote: "sc://localhost", user: "test")
@@ -80,4 +81,5 @@ struct SparkConnectClientTests {
80
81
#expect(try await client.jsonToDdl(json) == "id BIGINT NOT NULL")
82
83
84
+#endif
85
0 commit comments