This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 1eacb33ff [minor] Fix exception message in FileStoreCommitImpl
1eacb33ff is described below
commit 1eacb33fff1a0a2e1eeddf55724ab599b3ef6ddb
Author: Jingsong <[email protected]>
AuthorDate: Mon May 6 18:18:11 2024 +0800
[minor] Fix exception message in FileStoreCommitImpl
---
.../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 e389a471c..be5255a36 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
@@ -1090,7 +1090,7 @@ public class FileStoreCommitImpl implements
FileStoreCommit {
" You'll probably see different base commit user and
current commit user below.",
" You can use "
+
"https://paimon.apache.org/docs/master/maintenance/dedicated-compaction#dedicated-compaction-job"
- + "to support multiple writing.",
+ + " 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.",
" You can either recover from the latest savepoint, "