alamb commented on PR #21379:
URL: https://github.com/apache/datafusion/pull/21379#issuecomment-4193920787
> > ```sql
> > SELECT regexp_replace(concat('http://x/', chr(10), 'rest'),
'^https?://([^/]+)/.*$', '\1')
> > = concat('http://x/', chr(10), 'rest');
> > ```
>
> FWIW I checked and duckdb also returns true. Maybe we should commit these
tests? Or have some sort of regex fuzz tests?
Good call -- made a PR here
- https://github.com/apache/datafusion/pull/21413
--
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]