viirya commented on code in PR #62:
URL: 
https://github.com/apache/spark-connect-swift/pull/62#discussion_r2044984090


##########
Sources/SparkConnect/DataFrame.swift:
##########
@@ -330,6 +330,13 @@ public actor DataFrame: Sendable {
     return DataFrame(spark: self.spark, plan: 
SparkConnectClient.getLimit(self.plan.root, n))
   }
 
+  /// Returns a new Dataset by skipping the first `n` rows.
+  /// - Parameter n: Number of records to skip.
+  /// - Returns: A subset of the records

Review Comment:
   ```suggestion
     /// Returns a new Dataset by skipping the first `n` rows.
     /// - Parameter n: Number of rows to skip.
     /// - Returns: A subset of the rows
   ```



-- 
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 specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to