TengHuo commented on code in PR #7840:
URL: https://github.com/apache/hudi/pull/7840#discussion_r1112550248
##########
hudi-common/src/main/java/org/apache/hudi/common/util/collection/BitCaskDiskMap.java:
##########
@@ -452,6 +452,8 @@ private byte[] decompressBytes(final byte[] bytes) throws
IOException {
return decompressBaos.toByteArray();
} catch (IOException e) {
throw new HoodieIOException("IOException while decompressing bytes",
e);
+ } finally {
Review Comment:
Sorry for the late replay, quite busy recently.
Got it, thanks for reviewing. Let me add it.
--
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]