Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20705#discussion_r172007674
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetPartitionDiscoverySuite.scala
---
@@ -57,6 +57,16 @@ class ParquetPartitionDiscoverySuite extends QueryTest
with ParquetTest with Sha
val timeZone = TimeZone.getDefault()
val timeZoneId = timeZone.getID
+ protected override def beforeAll(): Unit = {
+ super.beforeAll()
+ spark.conf.set(SQLConf.DEFAULT_DATA_SOURCE_NAME.key, "parquet")
--- End diff --
Since this is `ParquetPartitionDiscoverySuite`, the test cases' assumption
is legitimate.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]