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] System files table distributed execute remold #4204

Merged
merged 8 commits into from
Sep 23, 2024

Conversation

leaves12138
Copy link
Contributor

Purpose

Flink search files table takes too long, files collect by single executor may be out-of-memory too.
It's better to execute distributedly.

Tests

API and Format

Documentation

@leaves12138 leaves12138 changed the title [core] System files table distributed execute remodule [core] System files table distributed execute remold Sep 18, 2024
@JingsongLi
Copy link
Contributor

Use:

SnapshotReader snapshotReader = storeTable.newSnapshotReader();
if (partitionPredicate != null) {
    List<BinaryRow> partitions = snapshotReader.withPartitionFilter(partitionPredicate).partitions();
}

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 350990a into apache:master Sep 23, 2024
10 checks passed
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