Github user gaborgsomogyi commented on a diff in the pull request:
https://github.com/apache/spark/pull/19893#discussion_r159838691
--- 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 --
Fixed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]