Skip to content

Commit 0174e10

Browse files
committed
Fix
Signed-off-by: Wish <[email protected]>
1 parent d48e023 commit 0174e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/expression/expr_to_pb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ func TestExprPushDownToFlash(t *testing.T) {
14251425
exprs = append(exprs, function)
14261426

14271427
// Grouping
1428-
init := func(groupingFunc *ScalarFunction) (Expression, error) {
1428+
init := func(groupingFunc *ScalarFunction) (*ScalarFunction, error) {
14291429
var err error
14301430
if groupingFunc.FuncName.L == ast.Grouping {
14311431
err = groupingFunc.Function.(*BuiltinGroupingImplSig).

0 commit comments

Comments
 (0)