Skip to content

Commit

Permalink
*: tiny clean up (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyesuifeng authored Dec 2, 2018
1 parent 619c426 commit 1663222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planner/core/rule_column_pruning.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
package core

import (
"fmt"

"github.com/pingcap/parser/ast"
"github.com/pingcap/parser/model"
"github.com/pingcap/tidb/expression"
"github.com/pingcap/tidb/infoschema"
log "github.com/sirupsen/logrus"
)

type columnPruner struct {
Expand Down

0 comments on commit 1663222

Please sign in to comment.