Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/21909#discussion_r210666117
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1492,6 +1492,15 @@ object SQLConf {
"This usually speeds up commands that need to list many
directories.")
.booleanConf
.createWithDefault(true)
+
+ val BYPASS_PARSER_FOR_EMPTY_SCHEMA =
+ buildConf("spark.sql.legacy.bypassParserForEmptySchema")
+ .doc("If required schema passed to a text datasource is empty, the
parameter controls " +
+ "invocation of underlying parser. For example, if it is set to
false, uniVocity parser " +
+ "is invoke by CSV datasource or Jackson parser by JSON datasource.
By default, it is set " +
--- End diff --
`invoke` -> `invoked`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]