mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 01:12:12 +00:00
Polishing
This commit is contained in:
parent
1658276c41
commit
55da7a0d33
@ -33,7 +33,7 @@ struct FrameWithParent
|
||||
|
||||
using StackWithParent = std::vector<FrameWithParent>;
|
||||
|
||||
bool checkForStatefulFunctions(std::vector<FrameWithParent> const & stack, const QueryPlan::Node * node_affect_order)
|
||||
bool checkForStatefulFunctions(const StackWithParent & stack, const QueryPlan::Node * node_affect_order)
|
||||
{
|
||||
chassert(!stack.empty());
|
||||
chassert(typeid_cast<const SortingStep *>(stack.back().node->step.get()));
|
||||
|
@ -1,6 +1,5 @@
|
||||
SET allow_experimental_analyzer=1;
|
||||
SET optimize_duplicate_order_by_and_distinct=0;
|
||||
-- set query_plan_enable_optimizations=0;
|
||||
|
||||
SELECT '-- Disable query_plan_remove_redundant_order_by';
|
||||
SET query_plan_remove_redundant_order_by=0;
|
||||
|
Loading…
Reference in New Issue
Block a user