lilei1128 commented on code in PR #8897:
URL: https://github.com/apache/paimon/pull/8897#discussion_r3674219180
##########
paimon-spark/paimon-spark-common/src/main/java/org/apache/paimon/spark/procedure/CompactProcedure.java:
##########
@@ -599,6 +590,17 @@ private void compactDataEvolutionTable(
}
}
+ private static List<CommitMessage> deserializeAndReleaseCommitMessages(
Review Comment:
Good catch! The deserialized commit messages are retained, while only the
references to the serialized byte arrays are released. I’ll rename the method
to deserializeCommitMessagesAndReleaseSerializedBytes to make this explicit.
--
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]