Skip to content

[C++] "utf8_upper" kernel produces different result than Python's str.upper for "ẞ" #34599

Closed as not planned
@rohanjain101

Description

@rohanjain101

Describe the bug, including details regarding any error messages, version, and platform.

In [1]: import pyarrow as pa

In [2]: pa.compute.utf8_upper("ß")
Out[2]: <pyarrow.StringScalar: 'ẞ'>

In [3]: pa.__version__
Out[3]: '11.0.0'

Python str.upper:

>>>char = "ß"
>>>char.upper()
'SS'

Component(s)

Python

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions