the-other-tim-brown commented on code in PR #13444:
URL: https://github.com/apache/hudi/pull/13444#discussion_r2217081295
##########
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:
The `UnmergedFileGroupRecordBuffer` is used but it overrides the methods
that use the update processor
--
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]