Dandandan commented on pull request #508: URL: https://github.com/apache/arrow-datafusion/pull/508#issuecomment-856459329
@nevi-me do you also want to address escaping the percentage character? `\%` I know `like_utf8` is broken in Arrow but it might be confusing to introduce this error at different parts. `\%` should just match the literal `%` character. E.g. `nevi-\%x%` should use `nevi-%x` as start, not `nevi-\` as is the case currently. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
