[
https://issues.apache.org/jira/browse/SPARK-34177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271054#comment-17271054
]
Hyukjin Kwon commented on SPARK-34177:
--------------------------------------
This will be fixed in Spark 3.1. e.g.) SPARK-33892
> DESC command returns wrong data type
> ------------------------------------
>
> Key: SPARK-34177
> URL: https://issues.apache.org/jira/browse/SPARK-34177
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 2.3.2
> Reporter: Zhang Jianguo
> Priority: Minor
>
> The data type of col_02 is assigned as varchar(256), but desc returns wrong
> type string.
> create table test_data_type(col_01 bigint, col_02
> *{color:#de350b}varchar(256){color}*);
> desc test_data_type;
> | col_01 | bigint | NULL |
> | col_02 | *{color:#de350b}string{color}* | NULL |
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]