Skip to content

[C++][Gandiva] Function ascii_utf8 result is different on x86_64 and Aarch_64 #41433

@DenisTarasyuk

Description

@DenisTarasyuk

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

On x86 platform ascii_utf8 function returns negative values for ascii codes >127, on Arm this function returns positive values. This issues is caused by usage of const char* input parameter which is by default signed char on x86 and unsigned char on Arm.

Component(s)

C++ - Gandiva

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions