-
Notifications
You must be signed in to change notification settings - Fork 999
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] Introduce TTL for tag #3159
Closed
Closed
Conversation
This file contains 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
wwj6591812
force-pushed
the
introduce_tag_ttl
branch
from
April 5, 2024 10:20
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
Hi @wwj6591812 , do not write issue id in PR name or commit message. In PR description, this is enough. |
wwj6591812
changed the title
[core] Introduce TTL for tag (#3127)
[core] Introduce TTL for tag
Apr 7, 2024
wwj6591812
force-pushed
the
introduce_tag_ttl
branch
2 times, most recently
from
April 7, 2024 15:30
6254f94
to
486f993
Compare
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
wwj6591812
force-pushed
the
introduce_tag_ttl
branch
3 times, most recently
from
April 9, 2024 11:29
eca066d
to
5fb7913
Compare
wwj6591812
force-pushed
the
introduce_tag_ttl
branch
3 times, most recently
from
April 11, 2024 02:10
3c42dff
to
3c926be
Compare
JingsongLi
reviewed
Apr 11, 2024
JingsongLi
reviewed
Apr 11, 2024
JingsongLi
reviewed
Apr 11, 2024
JingsongLi
reviewed
Apr 11, 2024
wwj6591812
force-pushed
the
introduce_tag_ttl
branch
6 times, most recently
from
April 12, 2024 11:01
2a86ccc
to
11d8e3a
Compare
JingsongLi
reviewed
Apr 15, 2024
paimon-core/src/main/java/org/apache/paimon/table/AbstractFileStoreTable.java
Show resolved
Hide resolved
wwj6591812
force-pushed
the
introduce_tag_ttl
branch
from
April 15, 2024 08:42
11d8e3a
to
91a5020
Compare
JingsongLi
force-pushed
the
introduce_tag_ttl
branch
3 times, most recently
from
April 16, 2024 03:22
17c78c5
to
f4944be
Compare
JingsongLi
added a commit
to wwj6591812/paimon
that referenced
this pull request
Apr 16, 2024
This closes apache#3159
JingsongLi
force-pushed
the
introduce_tag_ttl
branch
from
April 16, 2024 04:01
f4944be
to
c0c4e08
Compare
JingsongLi
force-pushed
the
introduce_tag_ttl
branch
from
April 16, 2024 05:45
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