[ https://issues.apache.org/jira/browse/SPARK-35359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
YuanGuanhu updated SPARK-35359: ------------------------------- Summary: Insert data with char/varchar datatype will fail when data length exceed length limitation (was: when insert into char/varchar column exceed length limitation will fail) > Insert data with char/varchar datatype will fail when data length exceed > length limitation > ------------------------------------------------------------------------------------------ > > Key: SPARK-35359 > URL: https://issues.apache.org/jira/browse/SPARK-35359 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 3.1.1 > Reporter: YuanGuanhu > Priority: Major > > In Spark3.1.1 have support Char/Varchar type, but when insert data with > char/varchar datatype will fail when data length exceed length limitation > even when spark.sql.legacy.charVarcharAsString is true. > reproduce: > create table chartb01(a char(3)); > insert into chartb01 select 'aaaaa'; -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org