dillitz commented on code in PR #51759: URL: https://github.com/apache/spark/pull/51759#discussion_r2247400662
########## connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/DataFrameReader.scala: ########## @@ -571,7 +564,7 @@ class DataFrameReader private[sql] (sparkSession: SparkSession) extends Logging // Builder pattern config options /////////////////////////////////////////////////////////////////////////////////////// - private var source: String = _ + private var source: Option[String] = None Review Comment: Thanks for the review, folks! Yes, I created a separate PR for master (that I hoped would then also be cherry-picked into 4.0) since Spark 4 introduced merge conflicts for the change. -- 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]
