shishkovilja commented on code in PR #13092:
URL: https://github.com/apache/ignite/pull/13092#discussion_r3188274700
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotMetadata.java:
##########
@@ -125,18 +125,19 @@ public class SnapshotMetadata implements Message,
Serializable {
@Nullable transient Set<Integer> comprGrpIds;
Review Comment:
We need to check such transient fields. It seems that they are not necessary
for serde.
--
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]