Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
icditwang committed Nov 20, 2019
1 parent 5e6466f commit e393d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/builtin_time_vec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var vecBuiltinTimeCases = map[string][]vecExprBenchCase{
ast.MakeTime: {},
ast.Extract: {
{retEvalType: types.ETInt, childrenTypes: []types.EvalType{types.ETString, types.ETDuration},
constants: []*Constant{&Constant{Value: types.NewStringDatum("test"), RetType: types.NewFieldType(mysql.TypeString)}, nil},
constants: []*Constant{&Constant{Value: types.NewStringDatum("test"), RetType: types.NewFieldType(mysql.TypeString)}},
},
},
ast.PeriodAdd: {
Expand Down

0 comments on commit e393d76

Please sign in to comment.