js8544 commented on PR #40970: URL: https://github.com/apache/arrow/pull/40970#issuecomment-2046692241
> @kou yes, this is how we found a problem. RE2 documentation said that '.' any character, possibly including newline. If in pattern we don't use any special symbols - it work. But with special symbols and with \n in string - not. But flag handle this case. kou means that `'[function_name: "Space1.protect"\nargs: "passenger_count"\ncolumn_name: "passenger_count" ]' LIKE '%Space1%'` also returns false. So the statement that > Pattern '%Space1%' match string, is not accurate. -- 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]
