Skip to content

Commit 0dfe763

Browse files
committed
fix log
Signed-off-by: Lonng <heng@lonng.org>
1 parent 47ffda4 commit 0dfe763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expression/expr_to_pb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func (pc PbConverter) scalarFuncToPBExpr(expr *ScalarFunction) *tipb.Expr {
247247
if args := expr.Function.implicitArgs(); len(args) > 0 {
248248
encoded, err := codec.EncodeValue(pc.sc, nil, args...)
249249
if err != nil {
250-
logutil.Logger(context.Background()).Error("encode implicit parameters", zap.Any("datums", params), zap.Error(err))
250+
logutil.Logger(context.Background()).Error("encode implicit parameters", zap.Any("datums", args), zap.Error(err))
251251
return nil
252252
}
253253
implicitArgs = encoded

0 commit comments

Comments
 (0)