JingsongLi commented on code in PR #5703:
URL: https://github.com/apache/paimon/pull/5703#discussion_r2135685821


##########
paimon-core/src/test/java/org/apache/paimon/manifest/ManifestCommittableSerializerCompatibilityTest.java:
##########
@@ -463,7 +463,7 @@ public void testCompatibilityToV2CommitV2() throws 
IOException {
 
         ManifestCommittableSerializer serializer = new 
ManifestCommittableSerializer();
         byte[] bytes = serializer.serialize(manifestCommittable);
-        ManifestCommittable deserialized = serializer.deserialize(3, bytes);
+        ManifestCommittable deserialized = 
serializer.deserialize(serializer.getVersion(), bytes);

Review Comment:
   Modify method name too



-- 
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]

Reply via email to