Skip to content

Commit

Permalink
Adjust new unit test for v15
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Sep 28, 2023
1 parent a0f7bae commit 84c66f2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions go/vt/vttablet/tabletserver/vstreamer/planbuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,18 +434,14 @@ func TestPlanBuilder(t *testing.T) {
ColExprs: []ColExpr{{
ColNum: 1,
Field: &querypb.Field{
Name: "val",
Type: sqltypes.VarBinary,
Charset: collations.CollationBinaryID,
Flags: uint32(querypb.MySqlFlag_BINARY_FLAG),
Name: "val",
Type: sqltypes.VarBinary,
},
}, {
ColNum: 0,
Field: &querypb.Field{
Name: "id",
Type: sqltypes.Int64,
Charset: collations.CollationBinaryID,
Flags: uint32(querypb.MySqlFlag_NUM_FLAG),
Name: "id",
Type: sqltypes.Int64,
},
}},
convertUsingUTF8Columns: map[string]bool{"val": true},
Expand Down

0 comments on commit 84c66f2

Please sign in to comment.