Github user maropu commented on the issue:

    https://github.com/apache/spark/pull/20176
  
    hive one is the same with mysql one;
    ```
    hive> create table t(a BINARY);
    OK
    hive> INSERT INTO t values('abc');
    OK
    hive> select CAST(a AS STRING) from t;
    OK
    abc
    ```


---

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

Reply via email to