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).
Why it matters
This feature addresses the issue where theurl 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 theurl table function or engine, users can include URLs with query strings after the file name, and ClickHouse will automatically detect the correct data format.