Skip to content

Commit 090cd04

Browse files
committed
[SPARK-52289] Enable jsonToDdl test in Linux environment
### What changes were proposed in this pull request? This PR aims to enable `jsonToDdl` test in Linux environment. ### Why are the changes needed? Previous, the test case was disabled in Linux environment because `JsonToDDL` message was added after Apache Spark 4.0.0-preview2. - apache/spark#49142 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual test because the Linux CI is moved to the daily CI. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #172 from dongjoon-hyun/SPARK-52289. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e6f7cc9 commit 090cd04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SparkConnectTests/SparkConnectClientTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ struct SparkConnectClientTests {
8484
await client.stop()
8585
}
8686

87-
#if !os(Linux) // TODO: Enable this with the offical Spark 4 docker image
8887
@Test
8988
func jsonToDdl() async throws {
9089
let client = SparkConnectClient(remote: TEST_REMOTE)
@@ -96,5 +95,4 @@ struct SparkConnectClientTests {
9695
}
9796
await client.stop()
9897
}
99-
#endif
10098
}

0 commit comments

Comments
 (0)