Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21909#discussion_r207701331
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1476,6 +1476,14 @@ object SQLConf {
             "are performed before any UNION, EXCEPT and MINUS operations.")
           .booleanConf
           .createWithDefault(false)
    +
    +  val BYPASS_PARSER_FOR_EMPTY_SCHEMA = 
buildConf("spark.sql.bypassParserForEmptySchema")
    --- End diff --
    
    Let us get rid of this in the next release. Mark it as an internal and use 
the legacy scheme. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to