WyRainBow commented on code in PR #1135:
URL:
https://github.com/apache/incubator-seata-go/pull/1135#discussion_r3557317146
##########
pkg/protocol/message/request_message.go:
##########
@@ -131,7 +131,7 @@ func (req GlobalRollbackRequest) GetTypeCode() MessageType {
type UndoLogDeleteRequest struct {
ResourceId string
- SaveDays MessageType
+ SaveDays int16
Review Comment:
java 端那里定义的就是 short16 位,之前有个 comment 好像是雨哥的 comment,说保留 int16
--
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]