hvanhovell commented on code in PR #40167: URL: https://github.com/apache/spark/pull/40167#discussion_r1117835151
########## connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/SparkSession.scala: ########## @@ -192,6 +192,12 @@ class SparkSession( new Dataset[T](this, plan) } + private[sql] def newCommand[T](f: proto.Command.Builder => Unit): proto.Command = { Review Comment: Are we going to use this method else where? Otherwise it seems a bit much to add. -- 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