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


##########
Sources/SparkConnect/DataFrame.swift:
##########
@@ -342,6 +342,21 @@ public actor DataFrame: Sendable {
     return self
   }
 
+  var storageLevel: StorageLevel {

Review Comment:
   I wonder why this is `var` instead of a function? E.g., in `Dataset.scala`, 
it is `def storageLevel: StorageLevel`.



-- 
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