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

ASF GitHub Bot updated SPARK-55453:
-----------------------------------
    Labels: pull-request-available  (was: )

> LIKE returns wrong results for emoji
> ------------------------------------
>
>                 Key: SPARK-55453
>                 URL: https://issues.apache.org/jira/browse/SPARK-55453
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.5.6
>            Reporter: Shaobo Guan
>            Priority: Major
>              Labels: pull-request-available
>
> Expression "LIKE" returns wrong results for when the string contains emojis. 
> Examples to repro:
> LIKE(varchar, varchar) edge cases
> Row 125 (inputs=WrappedArray(😀😇🥑, %🥑)):
> Column 'out': actual=false, expected=true
> Row 127 (inputs=WrappedArray(😀😇🥑, 😀%)):
> Column 'out': actual=false, expected=true
> Row 128 (inputs=WrappedArray(😀😇🥑, 😀_🥑)):
> Column 'out': actual=false, expected=true



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to