Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common] supports configuring force-lookup. #3905

Merged

Conversation

liming30
Copy link
Contributor

@liming30 liming30 commented Aug 6, 2024

Purpose

Linked issue: subtask of #3868

[common] supports configuring force-lookup

Tests

  • org.apache.paimon.table.PrimaryKeyFileStoreTableTest#testForceLookupCompaction

API and Format

Documentation

@JingsongLi
Copy link
Contributor

Comment in Issue.

@liming30 liming30 force-pushed the add_compact_strategy_configuration branch from 2b02d76 to 9338ec9 Compare August 7, 2024 07:55
@liming30 liming30 changed the title [common] supports configuring prefer-compaction-strategy. [common] supports configuring force-lookup. Aug 7, 2024
@@ -2024,6 +2032,10 @@ public boolean metadataIcebergCompatible() {
return options.get(METADATA_ICEBERG_COMPATIBLE);
}

public boolean forLookup() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this method? It is hard to figure out difference from needLookup.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved.

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 37e8fb0 into apache:master Aug 7, 2024
10 of 11 checks passed
@liming30 liming30 deleted the add_compact_strategy_configuration branch August 26, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants