Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21436#discussion_r191050261
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala 
---
    @@ -1021,21 +1021,33 @@ object SparkSession extends Logging {
       /**
        * Returns the active SparkSession for the current thread, returned by 
the builder.
        *
    +   * @note Return None, when calling this function on executors
    +   *
        * @since 2.2.0
        */
       def getActiveSession: Option[SparkSession] = {
    -    assertOnDriver()
    --- End diff --
    
    shall we remove the `assertOnDriver` method?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to