This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-0.8
in repository https://gitbox.apache.org/repos/asf/paimon.git

commit ad371d5ca7bd9c7f27e12a0dc6115e435296a77e
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, "

Reply via email to