v.22.9Improvement
Limit Duplicate Printing of SETTINGS During Query Formatting
Don't print SETTINGS more than once during query formatting if it didn't appear multiple times in the original query. #38900 (Raúl Marín).Why it matters
This feature improves query formatting clarity by preventing redundant repetition of theSETTINGS clause. It helps users read and understand formatted queries more easily by reflecting the original query structure more accurately.