Jefffrey commented on issue #22268:
URL: https://github.com/apache/datafusion/issues/22268#issuecomment-4552428540

   On main I can't reproduce this
   
   ```sql
   DataFusion CLI v53.1.0
   > SELECT regexp_like(E'a\nb', '^b', 'm');
   +---------------------------+
   | regexp_like(Utf8("a       |
   | b"),Utf8("^b"),Utf8("m")) |
   +---------------------------+
   | true                      |
   +---------------------------+
   1 row(s) fetched.
   Elapsed 0.056 seconds.
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to