Skip to content

vtorc: pre-alloc underlying array in sqlutils.RowToArray #3251

vtorc: pre-alloc underlying array in sqlutils.RowToArray

vtorc: pre-alloc underlying array in sqlutils.RowToArray #3251

Triggered via push November 12, 2024 21:26
Status Failure
Total duration 4m 34s
Billable time 4m
Artifacts
Static Code Checks Etc
3m 5s
Static Code Checks Etc
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Static Code Checks Etc: go/vt/external/golib/sqlutils/sqlutils.go#L167
S1019: should use make([]any, numColumns) instead (gosimple)
Static Code Checks Etc: go/vt/external/golib/sqlutils/sqlutils.go#L168
S1019: should use make([]CellData, numColumns) instead (gosimple)
Static Code Checks Etc
Process completed with exit code 1.