dongjoon-hyun closed pull request #59: [SPARK-51804] Support `sample` in
`DataFrame`
URL: https://github.com/apache/spark-connect-swift/pull/59
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
dongjoon-hyun commented on PR #59:
URL:
https://github.com/apache/spark-connect-swift/pull/59#issuecomment-2804455498
Thank you! Merged to main.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
dongjoon-hyun commented on code in PR #59:
URL:
https://github.com/apache/spark-connect-swift/pull/59#discussion_r2044114774
##
Sources/SparkConnect/DataFrame.swift:
##
@@ -297,6 +297,45 @@ public actor DataFrame: Sendable {
return DataFrame(spark: self.spark, plan:
Spark
viirya commented on code in PR #59:
URL:
https://github.com/apache/spark-connect-swift/pull/59#discussion_r2043945625
##
Sources/SparkConnect/DataFrame.swift:
##
@@ -297,6 +297,45 @@ public actor DataFrame: Sendable {
return DataFrame(spark: self.spark, plan:
SparkConnect
dongjoon-hyun opened a new pull request, #59:
URL: https://github.com/apache/spark-connect-swift/pull/59
### What changes were proposed in this pull request?
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?