v.20.7Improvement
Fix SETTINGS Parse After FORMAT
Fix SETTINGS parse after FORMAT. #12480 (Azat Khuzhin).
Why it matters
This fix addresses an issue where theSETTINGS clause was not correctly parsed if placed after the FORMAT clause, allowing users to specify settings after the output format without errors.How to use it
Users can now place theSETTINGS clause after the FORMAT clause in their queries as intended, for example:SELECT * FROM table FORMAT JSON SETTINGS max_threads=4