v.22.3Bug Fix
Fix allow_experimental_projection_optimization for better performance with WITH statements
Fixallow_experimental_projection_optimizationwithenable_global_with_statement(before it may lead toStack size too largeerror in case of multiple expressions inWITHclause, and also it executes scalar subqueries again and again, so not it will be more optimal). #34650 (Azat Khuzhin).