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 committed Aug 12, 2024
1 parent 6e9d274 commit a2e6ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/flat_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ package core

import (
"fmt"
"github.com/pingcap/tidb/pkg/planner/core/operator/logicalop"
"slices"

"github.com/pingcap/tidb/pkg/kv"
"github.com/pingcap/tidb/pkg/planner/core/base"
"github.com/pingcap/tidb/pkg/planner/core/operator/logicalop"
"github.com/pingcap/tidb/pkg/util/logutil"
"github.com/pingcap/tidb/pkg/util/texttree"
"go.uber.org/zap"
Expand Down
1 change: 1 addition & 0 deletions pkg/planner/core/rule_derive_topn_from_window.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package core

import (
"context"

"github.com/pingcap/tidb/pkg/expression"
"github.com/pingcap/tidb/pkg/kv"
"github.com/pingcap/tidb/pkg/parser/ast"
Expand Down

0 comments on commit a2e6ab5

Please sign in to comment.