xiarixiaoyao commented on a change in pull request #3668:
URL: https://github.com/apache/hudi/pull/3668#discussion_r717298481
##########
File path:
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataMergedLogRecordScanner.java
##########
@@ -45,7 +45,7 @@ private HoodieMetadataMergedLogRecordScanner(FileSystem fs,
String basePath, Lis
String spillableMapBasePath,
Set<String> mergeKeyFilter,
ExternalSpillableMap.DiskMapType diskMapType, boolean
isBitCaskDiskMapCompressionEnabled) {
super(fs, basePath, logFilePaths, readerSchema, latestInstantTime,
maxMemorySizeInBytes, false, false, bufferSize,
- spillableMapBasePath, Option.empty(), false, diskMapType,
isBitCaskDiskMapCompressionEnabled, false);
+ spillableMapBasePath, Option.empty(), false, diskMapType,
isBitCaskDiskMapCompressionEnabled, false, null);
Review comment:
spark mor/cow has not use HoodieUnmergedLogRecordScanner only
hive/presto use it. this pr is only about spark adapation.
--
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]