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

    https://github.com/apache/spark/pull/21909#discussion_r211075384
  
    --- 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")
    --- End diff --
    
    It seems we don't need it anymore


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to