Skip to content

Commit

Permalink
Update insert_plan.go
Browse files Browse the repository at this point in the history
Remove query sort in JSON
  • Loading branch information
BohuTANG authored Apr 27, 2020
1 parent dedb578 commit 2358b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/planner/insert_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ func (p *InsertPlan) JSON() string {
}

var parts []xcontext.QueryTuple
// Sort.
sort.Sort(xcontext.QueryTuples(p.Querys))
parts = append(parts, p.Querys...)
exp := &explain{
RawQuery: p.RawQuery,
Expand Down

0 comments on commit 2358b83

Please sign in to comment.