[HUDI-3810] Fixing lazy read for metadata log record readers (#5241)
This commit is contained in:
committed by
GitHub
parent
cd2c346df6
commit
ef06e4a526
@@ -60,7 +60,7 @@ public class HoodieMetadataMergedLogRecordReader extends HoodieMergedLogRecordSc
|
|||||||
ExternalSpillableMap.DiskMapType diskMapType,
|
ExternalSpillableMap.DiskMapType diskMapType,
|
||||||
boolean isBitCaskDiskMapCompressionEnabled,
|
boolean isBitCaskDiskMapCompressionEnabled,
|
||||||
Option<InstantRange> instantRange, boolean allowFullScan) {
|
Option<InstantRange> instantRange, boolean allowFullScan) {
|
||||||
super(fs, basePath, logFilePaths, readerSchema, latestInstantTime, maxMemorySizeInBytes, false, false, bufferSize,
|
super(fs, basePath, logFilePaths, readerSchema, latestInstantTime, maxMemorySizeInBytes, true, false, bufferSize,
|
||||||
spillableMapBasePath, instantRange, diskMapType, isBitCaskDiskMapCompressionEnabled, false, allowFullScan, Option.of(partitionName), InternalSchema.getEmptyInternalSchema());
|
spillableMapBasePath, instantRange, diskMapType, isBitCaskDiskMapCompressionEnabled, false, allowFullScan, Option.of(partitionName), InternalSchema.getEmptyInternalSchema());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user