You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/07/10 06:08:00 UTC

[jira] [Assigned] (SPARK-36066) UTF8String trimAll() only can trim space but not ({@literal <=} ASCII 32)

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

Apache Spark reassigned SPARK-36066:
------------------------------------

    Assignee: Apache Spark

> UTF8String trimAll() only can trim space but not ({@literal <=} ASCII 32)
> -------------------------------------------------------------------------
>
>                 Key: SPARK-36066
>                 URL: https://issues.apache.org/jira/browse/SPARK-36066
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.1.1, 3.1.2
>            Reporter: liukai
>            Assignee: Apache Spark
>            Priority: Major
>
> In this method,Character.isWhitespace() is used to judged. But Character.isWhitespace() can not work matching the method definition.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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