This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b9bbc15b3 [flink] Fix broken symbolic link (#2068)
b9bbc15b3 is described below
commit b9bbc15b3d99b94ca4f8318aeb2d839fa7061f65
Author: monster <[email protected]>
AuthorDate: Mon Sep 25 18:17:44 2023 +0800
[flink] Fix broken symbolic link (#2068)
---
.../src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
b/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
index 45d943ee4..a40964975 100644
---
a/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
+++
b/paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java
@@ -881,7 +881,7 @@ public class FileStoreCommitImpl implements FileStoreCommit
{
"2. Multiple jobs are writing into the same partition
at the same time "
+ "(you'll probably see different base commit
user and current commit user below).",
" You can use "
- +
"https://paimon.apache.org/docs/master/maintenance/multiple-writers/#dedicated-compaction-job
"
+ +
"https://paimon.apache.org/docs/master/maintenance/dedicated-compaction#dedicated-compaction-job"
+ "to support multiple writing.",
"3. You're recovering from an old savepoint, or you're
creating multiple jobs from a savepoint.",
" The job will fail continuously in this scenario to
protect metadata from corruption.",