tachibana22 commented on code in PR #1133:
URL: 
https://github.com/apache/incubator-seata-go/pull/1133#discussion_r3695590947


##########
pkg/datasource/sql/exec/at/insert_executor.go:
##########
@@ -363,18 +363,18 @@ func (i *insertExecutor) buildAfterImageSQL(ctx 
context.Context) (string, []driv
 
        rowSize := len(pkValuesMap[pkColumnNameList[0]])
        for i := 0; i < rowSize; i++ {
+               var columns []types.ColumnImage

Review Comment:
   已预分配 感谢建议



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to