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

    https://github.com/apache/spark/pull/21754#discussion_r207106829
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/ExchangeCoordinatorSuite.scala
 ---
    @@ -278,6 +278,25 @@ class ExchangeCoordinatorSuite extends SparkFunSuite 
with BeforeAndAfterAll {
         try f(spark) finally spark.stop()
       }
     
    +  def withSparkSession(pairs: (String, String)*)(f: SparkSession => Unit): 
Unit = {
    --- End diff --
    
    why do we need it? we can still call the old `withSparkSession` and set 
confs in the body.


---

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

Reply via email to