-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[core] Introduce TTL for tag #3159
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
261d762 to
a8ad97f
Compare
JingsongLi
requested changes
Apr 7, 2024
paimon-core/src/main/java/org/apache/paimon/tag/TagAutoCreation.java
Outdated
Show resolved
Hide resolved
Contributor
|
Hi @wwj6591812 , do not write issue id in PR name or commit message. In PR description, this is enough. |
6254f94 to
486f993
Compare
Contributor
Author
ok. done |
JingsongLi
reviewed
Apr 8, 2024
JingsongLi
reviewed
Apr 8, 2024
paimon-core/src/main/java/org/apache/paimon/tag/TagAutoManager.java
Outdated
Show resolved
Hide resolved
eca066d to
5fb7913
Compare
3c42dff to
3c926be
Compare
JingsongLi
reviewed
Apr 11, 2024
JingsongLi
reviewed
Apr 11, 2024
JingsongLi
reviewed
Apr 11, 2024
JingsongLi
reviewed
Apr 11, 2024
2a86ccc to
11d8e3a
Compare
Contributor
Author
JingsongLi
reviewed
Apr 15, 2024
paimon-core/src/main/java/org/apache/paimon/table/AbstractFileStoreTable.java
Show resolved
Hide resolved
11d8e3a to
91a5020
Compare
17c78c5 to
f4944be
Compare
JingsongLi
added a commit
to wwj6591812/paimon
that referenced
this pull request
Apr 16, 2024
This closes apache#3159
f4944be to
c0c4e08
Compare
c0c4e08 to
5fe2de0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Purpose
Linked issue: Introduce TTL for tag
Tests
API and Format
Documentation