Skip to content

Commit 1c1e19d

Browse files
committed
Disable lateralJoin
1 parent c05a5aa commit 1c1e19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SparkConnectTests/DataFrameTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ struct DataFrameTests {
504504
#expect(try await df1.join(df2, joinExprs: "T.b = S.b", joinType: "inner").collect() == expected)
505505
await spark.stop()
506506
}
507-
507+
#if !os(Linux) TODO: Enable this on linux
508508
@Test
509509
func lateralJoin() async throws {
510510
let spark = try await SparkSession.builder.getOrCreate()
@@ -526,7 +526,7 @@ struct DataFrameTests {
526526
}
527527
await spark.stop()
528528
}
529-
529+
#endif
530530
@Test
531531
func except() async throws {
532532
let spark = try await SparkSession.builder.getOrCreate()

0 commit comments

Comments
 (0)