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).
Fixed an issue where query settings were not applied for EXPLAIN queries when a FORMAT clause was provided.

Why it matters

This fix ensures that user-specified settings are correctly respected during the execution of EXPLAIN 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 running EXPLAIN queries with a FORMAT clause.