Skip to content

Commit

Permalink
optimizer: address comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyesuifeng committed Jan 4, 2016
1 parent fcbd15d commit 3a8701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizer/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (v *validator) checkSameColumns(exprs ...ast.ExprNode) {
}
}

// checkFieldList checks there is only one '*" and each field has only one column.
// checkFieldList checks if there is only one '*' and each field has only one column.
func (v *validator) checkFieldList(x *ast.FieldList) {
var hasWildCard bool
for _, val := range x.Fields {
Expand Down

0 comments on commit 3a8701c

Please sign in to comment.