v.19.14Improvement

Remove Dry_run Flag from Interpreterselectquery

Remove dry_run flag from InterpreterSelectQuery. ... #6375 (Nikolai Kochetov)
Removed the dry_run flag from the InterpreterSelectQuery component in ClickHouse.

Why it matters

The removal of the dry_run flag simplifies the query interpreter by eliminating unnecessary or redundant code related to dry run execution of SELECT queries, improving code maintainability and clarity.

How to use it

There is no action required from users as this is an internal codebase change affecting the query interpreter's implementation details. Users should not see any behavioral change.