Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <[email protected]>
  • Loading branch information
AilinKid authored and ti-chi-bot committed May 22, 2024
1 parent 76ecfab commit 239ebcf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/planner/core/exhaust_physical_plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -3210,9 +3210,6 @@ func (la *LogicalAggregation) tryToGetMppHashAggs(prop *property.PhysicalPropert
if prop.MPPPartitionTp == property.BroadcastType {
return nil
}
if strings.HasPrefix(la.SCtx().GetSessionVars().StmtCtx.OriginalSQL, "explain select 1 from (") {
fmt.Println(1)
}

// Is this aggregate a final stage aggregate?
// Final agg can't be split into multi-stage aggregate
Expand Down

0 comments on commit 239ebcf

Please sign in to comment.