slievrly commented on code in PR #7538:
URL: https://github.com/apache/incubator-seata/pull/7538#discussion_r2224181218
##########
rm-datasource/src/main/java/org/apache/seata/rm/datasource/DataCompareUtils.java:
##########
@@ -73,6 +76,23 @@ public static Result<Boolean> isFieldEquals(Field f0, Field
f1) {
if (StringUtils.equals(currentSerializer,
FastjsonUndoLogParser.NAME)) {
convertType(f0, f1);
}
+ if (StringUtils.equals(currentSerializer,
JacksonUndoLogParser.NAME)) {
Review Comment:
In the future, it is expected that the way of the interface will be extended
rather than determining the serialization method within this method.
--
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]