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 2, 2024
1 parent 9b434f9 commit a8810f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/operator/logicalop/logical_union_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ package logicalop
import (
"bytes"
"fmt"
"github.com/pingcap/tidb/pkg/planner/util/utilfuncp"

"github.com/pingcap/tidb/pkg/expression"
"github.com/pingcap/tidb/pkg/parser/model"
"github.com/pingcap/tidb/pkg/planner/core/base"
"github.com/pingcap/tidb/pkg/planner/property"
"github.com/pingcap/tidb/pkg/planner/util"
"github.com/pingcap/tidb/pkg/planner/util/optimizetrace"
"github.com/pingcap/tidb/pkg/planner/util/utilfuncp"
"github.com/pingcap/tidb/pkg/util/plancodec"
)

Expand Down

0 comments on commit a8810f1

Please sign in to comment.