Github user gatorsmile commented on the issue:

    https://github.com/apache/spark/pull/19977
  
    Try
    ```
    SELECT (col1 || (col3 || col4)) col
    FROM (
      SELECT
        string(id) col1,
        encode(string(id + 2), 'utf-8') col3,
        encode(string(id + 3), 'utf-8') col4
      FROM range(10)
    )
    ```


---

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

Reply via email to