Skip to content

Commit

Permalink
Further comment improvement (nitting myself to deth, send halp)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed May 2, 2024
1 parent 0c62783 commit 98374d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletserver/vstreamer/planbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Plan struct {

// Convert any integer values seen in the binlog events for ENUM or SET
// columns to the string values. The map is keyed on the column number, with
// the value being the map of integer values to string values.
// the value being the map of ordinal values to string values.
EnumSetValuesMap map[int](map[int]string)

env *vtenv.Environment
Expand Down

0 comments on commit 98374d2

Please sign in to comment.