yihua commented on code in PR #12594:
URL: https://github.com/apache/hudi/pull/12594#discussion_r1931687803
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieDeleteBlock.java:
##########
@@ -76,17 +77,20 @@ public class HoodieDeleteBlock extends HoodieLogBlock {
private DeleteRecord[] recordsToDelete;
public HoodieDeleteBlock(List<Pair<DeleteRecord, Long>> recordsToDelete,
+ String baseFileInstantTimeForPositions,
boolean shouldWriteRecordPositions,
Map<HeaderMetadataType, String> header) {
this(Option.empty(), null, false, Option.empty(), header, new HashMap<>());
- if (shouldWriteRecordPositions && !recordsToDelete.isEmpty()) {
Review Comment:
Fixed.
--
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]