Skip to content

[C++][Gandiva] Function "LIKE" does not always work correctly when the string contains \n. #40968

@xxlaykxx

Description

@xxlaykxx

Describe the enhancement requested

Gandiva function "LIKE" does not always work correctly when the string contains \n.
String value:

[function_name: "Space1.protect"
args: "passenger_count"
column_name: "passenger_count"
]

Pattern '%Space1%' or '%Space1.%' - not match.
Need to set set_dot_nl(true); to RE2::Options to handle this case.

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