ovr opened a new pull request #1042:
URL: https://github.com/apache/arrow-rs/pull/1042
Hello!
# Which issue does this PR close?
I found that DF returns true regexp `%(%)%`
```
> SELECT 'int' LIKE '%(%)%', 'int(255)' LIKE '%(%)%';
+--------------------------------+-------------------------------------+
| Utf8("int") Like Utf8("%(%)%") | Utf8("int(255)") Like Utf8("%(%)%") |
+--------------------------------+-------------------------------------+
| true | true |
+--------------------------------+-------------------------------------+
1 row in set. Query took 0.010 seconds.
```
But it should return false for the first case.
Thanks
--
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]