Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23031#discussion_r237364466
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1610,6 +1610,14 @@ object SQLConf {
           """ "... N more fields" placeholder.""")
         .intConf
         .createWithDefault(25)
    +
    +  val SET_COMMAND_REJECTS_SPARK_CONFS =
    +    buildConf("spark.sql.execution.setCommandRejectsSparkConfs")
    --- End diff --
    
    shall we use the legacy prefix?


---

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

Reply via email to