File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ struct DataFrameTests {
81
81
await spark. stop ( )
82
82
}
83
83
84
- @available ( macOS 15 . 0 , * )
84
+ @available ( macOS 15 , iOS 18 , * )
85
85
@Test
86
86
func show( ) async throws {
87
87
let spark = try await SparkSession . builder. getOrCreate ( )
@@ -92,7 +92,7 @@ struct DataFrameTests {
92
92
await spark. stop ( )
93
93
}
94
94
95
- @available ( macOS 15 . 0 , * )
95
+ @available ( macOS 15 , iOS 18 , * )
96
96
@Test
97
97
func showNull( ) async throws {
98
98
let spark = try await SparkSession . builder. getOrCreate ( )
@@ -102,7 +102,7 @@ struct DataFrameTests {
102
102
await spark. stop ( )
103
103
}
104
104
105
- @available ( macOS 15 . 0 , * )
105
+ @available ( macOS 15 , iOS 18 , * )
106
106
@Test
107
107
func showCommand( ) async throws {
108
108
let spark = try await SparkSession . builder. getOrCreate ( )
You can’t perform that action at this time.
0 commit comments