-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Introduce_clone_Action_and_Procedure_0418 #3230
Closed
wwj6591812
wants to merge
1
commit into
apache:master
from
wwj6591812:Introduce_clone_Action_and_Procedure_0418
Closed
Introduce_clone_Action_and_Procedure_0418 #3230
wwj6591812
wants to merge
1
commit into
apache:master
from
wwj6591812:Introduce_clone_Action_and_Procedure_0418
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_clone_Action_and_Procedure_0418
branch
from
April 18, 2024 10:13
985d989
to
af0a90d
Compare
tsreaper
requested changes
Apr 18, 2024
...ink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CloneActionFactory.java
Outdated
Show resolved
Hide resolved
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CloneAction.java
Outdated
Show resolved
Hide resolved
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CloneAction.java
Outdated
Show resolved
Hide resolved
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CloneAction.java
Outdated
Show resolved
Hide resolved
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CloneAction.java
Outdated
Show resolved
Hide resolved
...mmon/src/main/java/org/apache/paimon/flink/sink/CheckCloneResultAndCopySnapshotOperator.java
Outdated
Show resolved
Hide resolved
...link/paimon-flink-common/src/main/java/org/apache/paimon/flink/procedure/CloneProcedure.java
Outdated
Show resolved
Hide resolved
paimon-core/src/main/java/org/apache/paimon/operation/OrphanFilesClean.java
Outdated
Show resolved
Hide resolved
paimon-core/src/main/java/org/apache/paimon/operation/PickFilesUtil.java
Show resolved
Hide resolved
...n-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/CopyFileOperator.java
Outdated
Show resolved
Hide resolved
Where are the tests for these actions and procedures? |
tsreaper
reviewed
Apr 18, 2024
...imon-flink-common/src/main/java/org/apache/paimon/flink/source/PickFilesForCloneBuilder.java
Outdated
Show resolved
Hide resolved
tsreaper
reviewed
Apr 18, 2024
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/CopyFileUtils.java
Outdated
Show resolved
Hide resolved
tsreaper
reviewed
Apr 19, 2024
...ink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CloneActionFactory.java
Show resolved
Hide resolved
done |
wwj6591812
force-pushed
the
Introduce_clone_Action_and_Procedure_0418
branch
8 times, most recently
from
April 23, 2024 02:01
6d73259
to
e79cb89
Compare
Zouxxyy
reviewed
Apr 23, 2024
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/clone/CloneFileInfo.java
Outdated
Show resolved
Hide resolved
wwj6591812
force-pushed
the
Introduce_clone_Action_and_Procedure_0418
branch
from
April 23, 2024 09:58
e79cb89
to
cebaf4f
Compare
wwj6591812
force-pushed
the
Introduce_clone_Action_and_Procedure_0418
branch
from
April 24, 2024 03:14
cebaf4f
to
679787d
Compare
new PR is : |
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: open [Feature] Introduce clone Action and Procedure
Tests
API and Format
Documentation