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 29dcf32 commit f4b6491Copy full SHA for f4b6491
Sources/SparkConnect/DataFrame.swift
@@ -57,7 +57,7 @@ public actor DataFrame: Sendable {
57
}
58
59
/// Add `Apache Arrow`'s `RecordBatch`s to the internal array.
60
- /// - Parameter batches: A ``RecordBatch`` instance.
+ /// - Parameter batches: An array of ``RecordBatch``.
61
private func addBathes(_ batches: [RecordBatch]) {
62
self.batches.append(contentsOf: batches)
63
0 commit comments