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 c05a5aa commit 1c1e19dCopy full SHA for 1c1e19d
Tests/SparkConnectTests/DataFrameTests.swift
@@ -504,7 +504,7 @@ struct DataFrameTests {
504
#expect(try await df1.join(df2, joinExprs: "T.b = S.b", joinType: "inner").collect() == expected)
505
await spark.stop()
506
}
507
-
+#if !os(Linux) TODO: Enable this on linux
508
@Test
509
func lateralJoin() async throws {
510
let spark = try await SparkSession.builder.getOrCreate()
@@ -526,7 +526,7 @@ struct DataFrameTests {
526
527
528
529
+#endif
530
531
func except() async throws {
532
0 commit comments