v.23.7Improvement
Fixed EXPLAIN Query Settings Not Applying with FORMAT
Fixed the case when settings were not applied for EXPLAIN query when FORMAT was provided. #51859 (Nikita Taranov).
Why it matters
This fix ensures that user-specified settings are correctly respected during the execution ofEXPLAIN queries with a FORMAT clause, improving accuracy and consistency of query explanation outputs.How to use it
Users do not need to take any special action. After the update, settings will automatically be applied when runningEXPLAIN queries with a FORMAT clause.