Skip to content

Commit

Permalink
test: failing unit test for type aggregation
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Mar 19, 2024
1 parent a1acdde commit e496027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vtgate/evalengine/api_type_aggregation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ var aggregationCases = []struct {
{[]sqltypes.Type{sqltypes.Char, sqltypes.Char, sqltypes.Set, sqltypes.Enum}, sqltypes.VarChar},
{[]sqltypes.Type{sqltypes.TypeJSON, sqltypes.TypeJSON}, sqltypes.TypeJSON},
{[]sqltypes.Type{sqltypes.Geometry, sqltypes.Geometry}, sqltypes.Geometry},
{[]sqltypes.Type{sqltypes.Text, sqltypes.Text}, sqltypes.Text},
}

func TestEvalengineTypeAggregations(t *testing.T) {
Expand Down

0 comments on commit e496027

Please sign in to comment.