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