Skip to content

Commit ee8e88f

Browse files
committed
add other datasources to tests
1 parent 0df5517 commit ee8e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with TestHiv
13441344
}
13451345
}
13461346

1347-
Seq("orc", "parquet").foreach { format =>
1347+
Seq("orc", "parquet", "csv", "json", "text").foreach { format =>
13481348
test(s"SPARK-22146: read files containing special characters using $format") {
13491349
val nameWithSpecialChars = s"sp&cial%chars"
13501350
withTempDir { dir =>

0 commit comments

Comments
 (0)