Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kumuwu committed Dec 11, 2023
1 parent af63080 commit 8ed033b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public Set<String> visitNontemporalDelta(NontemporalDeltaAbstract nontemporalDel
Set<String> metaFields = new HashSet<>();

metaFields.add(nontemporalDelta.digestField());
nontemporalDelta.mergeStrategy().accept(MergeStrategyVisitors.EXTRACT_DELETE_FIELD);
nontemporalDelta.dataSplitField().ifPresent(metaFields::add);

return metaFields;
Expand Down

0 comments on commit 8ed033b

Please sign in to comment.