Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20355#discussion_r163434591
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/FileBasedDataSourceSuite.scala ---
@@ -23,6 +23,7 @@ class FileBasedDataSourceSuite extends QueryTest with
SharedSQLContext {
import testImplicits._
private val allFileBasedDataSources = Seq("orc", "parquet", "csv",
"json", "text")
+ private val nameWithSpecialChars = s"sp&cial%c hars"
--- End diff --
nit: seems prefix `s` can be removed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]