Github user jiangxb1987 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19893#discussion_r158514388
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala ---
    @@ -17,4 +17,17 @@
     
     package org.apache.spark.sql.test
     
    -trait SharedSQLContext extends SQLTestUtils with SharedSparkSession
    +trait SharedSQLContext extends SQLTestUtils with SharedSparkSession {
    +
    +  override protected val doThreadAuditInSparkFunSuite = false
    +
    +  protected override def beforeAll(): Unit = {
    +    doThreadPreAudit
    +    super.beforeAll
    --- End diff --
    
    nit: `super.beforeAll()`, and also `super.afterAll()`.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to