We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running q29 produces results like
http://rihanner.ferio.ru/katalogOrigin 38 149869 http://rihanner.ferio.ru/katalogOrigin http://irr.ru/jobs-educations/tehnik 36 123637 http://irr.ru/jobs-educations/tehnik https://google.com/fee=меньше 35 2958167 https://google.com/fee=меньше http://kirov.irr.ru/index.php%3Ftb 34 273645 http://kirov.irr.ru/index.php%3Ftb http://video.yandsearch/price=от 34 268732 http://video.yandsearch/price=от http://irr.ru/jobinmoscow.ru/Nike 33 260592 http://irr.ru/jobinmoscow.ru/Nike http://bdsmpeople.ru/register2123 33 164925 http://bdsmpeople.ru/register2123 ...
I would have expect to see host names return as a result
With Postgres I do receive correct result
postgres=# postgres=# SELECT REGEXP_REPLACE('http://irr.ru/jobs-educations/tehnik', '^https?://(?:www.)?([^/]+)/.*$', '\1'); regexp_replace ---------------- irr.ru (1 row) postgres=# SELECT REGEXP_REPLACE('http://rihanner.ferio.ru/katalogOrigin', '^https?://(?:www.)?([^/]+)/.*$', '\1'); regexp_replace ------------------- rihanner.ferio.ru (1 row) postgres=#
The text was updated successfully, but these errors were encountered:
I confirm, it is a bug in ClickHouse.
Sorry, something went wrong.
The bug is fixed and the results are updated.
alexey-milovidov
Successfully merging a pull request may close this issue.
Running q29 produces results like
I would have expect to see host names return as a result
With Postgres I do receive correct result
The text was updated successfully, but these errors were encountered: