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