Skip to content

Commit

Permalink
Remove addBlockIdentifier() in FlinkAppendHandle
Browse files Browse the repository at this point in the history
  • Loading branch information
yihua committed May 13, 2024
1 parent 88442c6 commit 1c36f92
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ protected boolean isUpdateRecord(HoodieRecord<T> hoodieRecord) {
&& hoodieRecord.getCurrentLocation().getInstantTime().equals("U");
}

protected boolean addBlockIdentifier() {
return false;
}

@Override
public List<WriteStatus> close() {
try {
Expand Down

0 comments on commit 1c36f92

Please sign in to comment.