Zhang Jianguo created SPARK-34177:
-------------------------------------
Summary: 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
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]