HyukjinKwon commented on a change in pull request #34757:
URL: https://github.com/apache/spark/pull/34757#discussion_r760670200



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
##########
@@ -1074,6 +1058,28 @@ object SparkSession extends Logging {
       throw new IllegalStateException("No active or default Spark session 
found")))
   }
 
+  /**
+   * Apply modifiable settings to an existed SparkSession. This method are used
+   * both in scala and Pyspark, so put this under SparkSession object.

Review comment:
       ```suggestion
      * both in Scala and Python, so put this under [[SparkSession]] object.
   ```

##########
File path: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
##########
@@ -1074,6 +1058,28 @@ object SparkSession extends Logging {
       throw new IllegalStateException("No active or default Spark session 
found")))
   }
 
+  /**
+   * Apply modifiable settings to an existed SparkSession. This method are used

Review comment:
       ```suggestion
      * Apply modifiable settings to an existing [[SparkSession]]. This method 
are used
   ```




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

Reply via email to