yihua commented on code in PR #13444:
URL: https://github.com/apache/hudi/pull/13444#discussion_r2217070397
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/UnmergedFileGroupRecordBuffer.java:
##########
@@ -52,9 +51,8 @@ public UnmergedFileGroupRecordBuffer(
RecordMergeMode recordMergeMode,
PartialUpdateMode partialUpdateMode,
TypedProperties props,
- HoodieReadStats readStats,
- boolean emitDelete) {
- super(readerContext, hoodieTableMetaClient, recordMergeMode,
partialUpdateMode, props, readStats, Option.empty(), emitDelete);
+ HoodieReadStats readStats) {
+ super(readerContext, hoodieTableMetaClient, recordMergeMode,
partialUpdateMode, props, readStats, Option.empty(), null);
Review Comment:
Does passing `null` as the update processor work here, or
`UnmergedFileGroupRecordBuffer` is not really used so we can get away for now?
--
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]