[ 
https://issues.apache.org/jira/browse/SPARK-28023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yuming Wang updated SPARK-28023:
--------------------------------
    Description: 
For example:

{code:sql}
select int2 '  21234 ';
SELECT bool '   f           ';
{code}


  was:
For example:

{code:sql}
select int2 '  21234 '
select bool '  21234 '
{code}



> Trim the string when cast string type to other types
> ----------------------------------------------------
>
>                 Key: SPARK-28023
>                 URL: https://issues.apache.org/jira/browse/SPARK-28023
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Yuming Wang
>            Priority: Major
>
> For example:
> {code:sql}
> select int2 '  21234 ';
> SELECT bool '   f           ';
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to