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

    https://github.com/apache/spark/pull/19977#discussion_r157793004
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1035,6 +1035,12 @@ object SQLConf {
         .booleanConf
         .createWithDefault(true)
     
    +  val ConcatBinaryModeEnabled = 
buildConf("spark.sql.expression.concat.binaryMode.enabled")
    --- End diff --
    
    Maybe `CONCAT_BINARY_AS_STRING_ENABLED`?


---

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

Reply via email to