[
https://issues.apache.org/jira/browse/SPARK-49738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Max Gekk resolved SPARK-49738.
------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 48187
[https://github.com/apache/spark/pull/48187]
> endswith expression not working with UTF8_LCASE collation
> ---------------------------------------------------------
>
> Key: SPARK-49738
> URL: https://issues.apache.org/jira/browse/SPARK-49738
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 3.4.3
> Reporter: Viktor Lučić
> Assignee: Viktor Lučić
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
>
> {code:java}
> select endswith('İo' collate utf8_lcase, 'İo' collate utf8_lcase)
> {code}
> returns
> {code:java}
> false{code}
> but should be
> {code:java}
> true{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]