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 76b00de commit 2829f3fCopy full SHA for 2829f3f
Tests/SparkConnectTests/DataFrameWriterTests.swift
@@ -112,6 +112,9 @@ struct DataFrameWriterTests {
112
try await #require(throws: Error.self) {
113
try await df.write.sortBy("col2").bucketBy(numBuckets: 3, "col2").csv(tmpDir)
114
}
115
+ try await #require(throws: Error.self) {
116
+ try await df.write.bucketBy(numBuckets: 3, "col2").csv(tmpDir)
117
+ }
118
await spark.stop()
119
120
0 commit comments