v.18.16Improvement
Removed stderr logging for invalid/complex regex in re2 library
Removed logging tostderrfrom there2library for invalid or complex regular expressions. #3723
Why it matters
To eliminate unwanted or noisy logs written tostderr by the re2 library when users input invalid or overly complex regular expressions. This improves user experience by reducing unnecessary log clutter and focusing only on relevant ClickHouse logs.How to use it
This change is internal and automatic; users do not need to take any action. Invalid or complex regular expressions will no longer generatestderr logs from the re2 library during query execution.