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 9338ec9 commit 00d8170
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2032,10 +2032,6 @@ public boolean metadataIcebergCompatible() {
return options.get(METADATA_ICEBERG_COMPATIBLE);
}

public boolean forLookup() {
return options.get(FORCE_LOOKUP);
}

/** Specifies the merge engine for table with primary key. */
public enum MergeEngine implements DescribedEnum {
DEDUPLICATE("deduplicate", "De-duplicate and keep the last row."),
Expand Down

0 comments on commit 00d8170

Please sign in to comment.