nsivabalan commented on code in PR #18023:
URL: https://github.com/apache/hudi/pull/18023#discussion_r2780024098
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieAvroDataBlock.java:
##########
@@ -210,7 +212,7 @@ public static RecordIterator
getInstance(HoodieAvroDataBlock dataBlock, byte[] c
public void close() {
try {
this.dis.close();
- this.decoderCache.remove();
+ decoderCache.remove();
Review Comment:
don't we need to remove the `encoderCache` as well here
--
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]