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 9afac7f commit 98e3229Copy full SHA for 98e3229
Tests/SparkConnectTests/DataFrameTests.swift
@@ -81,7 +81,7 @@ struct DataFrameTests {
81
await spark.stop()
82
}
83
84
- @Test
+ // @Test
85
func show() async throws {
86
let spark = try await SparkSession.builder.getOrCreate()
87
try await spark.sql("SHOW TABLES").show()
0 commit comments