Skip to content

Commit

Permalink
Reuse CommonFileDataSourceSuite from Parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Oct 16, 2020
1 parent 2d8e7e4 commit dc7142a
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -21,10 +21,17 @@ import org.apache.hadoop.fs.{FileSystem, Path}

import org.apache.spark.SparkException
import org.apache.spark.sql.QueryTest
import org.apache.spark.sql.execution.datasources.CommonFileDataSourceSuite
import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.test.SharedSparkSession

class ParquetFileFormatSuite extends QueryTest with ParquetTest with SharedSparkSession {
class ParquetFileFormatSuite
extends QueryTest
with ParquetTest
with SharedSparkSession
with CommonFileDataSourceSuite {

override protected def dataSourceFormat = "parquet"

test("read parquet footers in parallel") {
def testReadFooters(ignoreCorruptFiles: Boolean): Unit = {
Expand Down

0 comments on commit dc7142a

Please sign in to comment.