v.22.9Improvement

Better URL Format Detection for Table Function with Query String

Better format detection for url table function/engine in presence of a query string after a file name. Closes #40315. #40636 (Kruglov Pavel).
Improved format detection for the url table function and engine when a query string is present after the file name.

Why it matters

This feature addresses the issue where the url table function/engine had trouble correctly detecting the data format if the URL contained a query string after the file name. It ensures reliable format recognition, enhancing robustness and user experience when querying data via URLs with query parameters.

How to use it

No special configuration is required. When using the url table function or engine, users can include URLs with query strings after the file name, and ClickHouse will automatically detect the correct data format.