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

Core: Deprecate legacy ways for loading position deletes #11242

Merged

Conversation

aokolnychyi
Copy link
Contributor

@aokolnychyi aokolnychyi commented Oct 1, 2024

This PR deprecates older ways for loading position deletes. Engines should migrate to DeleteLoaders that handle concurrency and caching.

@github-actions github-actions bot added the core label Oct 1, 2024
@@ -173,11 +173,19 @@ private static <T extends StructLike> CloseableIterable<Long> extractPositions(
return CloseableIterable.transform(filteredRows, row -> (Long) POSITION_ACCESSOR.get(row));
}

/**
* @deprecated since 1.7.0, will be removed in 1.8.0; use delete loaders.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can't add @link as the interfaces are in data.

@aokolnychyi aokolnychyi merged commit 8520b5b into apache:main Oct 1, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants