Explicitly release resources in LogFileReader and TestHoodieClientBase
This commit is contained in:
committed by
vinoth chandar
parent
2728f96505
commit
5cb28e7b1f
@@ -294,6 +294,7 @@ public abstract class AbstractRealtimeRecordReader {
|
||||
lastBlock = (HoodieAvroDataBlock) block;
|
||||
}
|
||||
}
|
||||
reader.close();
|
||||
if (lastBlock != null) {
|
||||
return lastBlock.getSchema();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user