xxlaykxx opened a new issue, #40968:
URL: https://github.com/apache/arrow/issues/40968

   ### 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%'** match string, but **'%Space1.%'** - not.
   Need to set **set_dot_nl(true);** to RE2::Options to handle this case.
   
   
   ### Component(s)
   
   C++ - Gandiva


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to