[
https://issues.apache.org/jira/browse/SPARK-49738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Max Gekk reassigned SPARK-49738:
--------------------------------
Assignee: Viktor Lučić
> 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
>
>
> {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]