You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2021/07/13 12:31:01 UTC

[jira] [Resolved] (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 ]

Wenchen Fan resolved SPARK-36066.
---------------------------------
    Fix Version/s: 3.1.3
                   3.2.0
                   3.0.4
       Resolution: Fixed

Issue resolved by pull request 33287
[https://github.com/apache/spark/pull/33287]

> 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
>            Priority: Major
>             Fix For: 3.0.4, 3.2.0, 3.1.3
>
>
> 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