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

[flink] Add CompactManifestProcedure to enable compact manifest manually #4327

Merged
merged 10 commits into from
Oct 20, 2024

Conversation

leaves12138
Copy link
Contributor

Purpose

Come up with a flink procedure, which could compact manifest manually.

Tests

API and Format

Documentation

@leaves12138 leaves12138 force-pushed the Compact_Manifest_Procedure branch from 14b14a4 to 3347c1d Compare October 15, 2024 07:14
import java.util.Collections;

/** Compact manifest file to reduce deleted manifest entries. */
public class CompactManifestProcedure extends ProcedureBase {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not add the Flink CompactManifestAction?

@JingsongLi JingsongLi changed the title [flink] Add ManifestCompactProcedure to enable compact manifest manually [flink] Add CompactManifestProcedure to enable compact manifest manually Oct 16, 2024
@wwj6591812
Copy link
Contributor

+1

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 8489a2d into apache:master Oct 20, 2024
12 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.

3 participants