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

    https://github.com/apache/spark/pull/19893#discussion_r159527507
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/sources/DataSourceAnalysisSuite.scala
 ---
    @@ -29,16 +29,24 @@ import org.apache.spark.sql.types.{DataType, 
IntegerType, StructType}
     
     class DataSourceAnalysisSuite extends SparkFunSuite with BeforeAndAfterAll 
{
     
    +  protected override val doThreadAuditInSparkFunSuite = false
    +
       private var targetAttributes: Seq[Attribute] = _
       private var targetPartitionSchema: StructType = _
     
       override def beforeAll(): Unit = {
    +    doThreadPreAudit()
    --- End diff --
    
    Same thing here. This should be calling `super.beforeAll()`.


---

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

Reply via email to