amaliujia commented on code in PR #40173:
URL: https://github.com/apache/spark/pull/40173#discussion_r1118005633
##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -1990,14 +2019,14 @@ class Dataset[T] private[sql] (val sparkSession:
SparkSession, private[sql] val
viewName: String,
replace: Boolean,
global: Boolean): Unit = {
- val command = session.newCommand { builder =>
+ val command = sparkSession.newCommand { builder =>
Review Comment:
Or we use this PR to fix the build, depending on you.
--
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]