Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer committed Dec 15, 2023
1 parent b8aa5bf commit 93dc98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/topo/planner/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func getFields(node ast.Node) []ast.Expr {
ast.WalkFunc(node, func(n ast.Node) bool {
switch t := n.(type) {
case *ast.FieldRef:
conf.Log.Infof("getFields fieldRef, field:%v, isColumn:%v", t.String(), t.IsColumn())
if t.IsColumn() {
result = append(result, t)
}
Expand Down

0 comments on commit 93dc98e

Please sign in to comment.