Skip to content

Commit

Permalink
remove useless method
Browse files Browse the repository at this point in the history
  • Loading branch information
liming30 committed Aug 7, 2024
1 parent 00d8170 commit 21352f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ public LookupStrategy lookupStrategy() {
mergeEngine().equals(MergeEngine.FIRST_ROW),
changelogProducer().equals(ChangelogProducer.LOOKUP),
deletionVectorsEnabled(),
forLookup());
options.get(FORCE_LOOKUP));
}

public boolean changelogRowDeduplicate() {
Expand Down

0 comments on commit 21352f8

Please sign in to comment.