Skip to content

Commit eb4d81a

Browse files
Update Sources/SparkConnect/DataFrame.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 65dfb79 commit eb4d81a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SparkConnect/DataFrame.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public actor DataFrame: Sendable {
311311
/// - Parameters:
312312
/// - withReplacement: Sample with replacement or not.
313313
/// - fraction: Fraction of rows to generate, range [0.0, 1.0].
314-
/// - seed: Seed for sampling.
315314
/// - Returns: A subset of the records.
316315
public func sample(_ withReplacement: Bool, _ fraction: Double) -> DataFrame {
317316
return sample(withReplacement, fraction, Int64.random(in: Int64.min...Int64.max))

0 commit comments

Comments
 (0)