dongjoon-hyun commented on code in PR #39:
URL:
https://github.com/apache/spark-connect-swift/pull/39#discussion_r2025901023
##########
Sources/SparkConnect/DataFrame.swift:
##########
@@ -29,7 +29,7 @@ import Synchronization
public actor DataFrame: Sendable {
var spark: SparkSession
var plan: Plan
- var schema: DataType? = nil
+ private var _schema: DataType? = nil
Review Comment:
This is renamed to avoid a conflict with `public var schema`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]