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

JingsongLi 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 e0bac03c08 [core] Make ConflictDetection error message more readable 
(#7814)
e0bac03c08 is described below

commit e0bac03c0847b0d3346be9f5f3c6a7cf0be54ece
Author: yuzelin <[email protected]>
AuthorDate: Tue May 12 15:00:56 2026 +0800

    [core] Make ConflictDetection error message more readable (#7814)
---
 .../main/java/org/apache/paimon/operation/commit/ConflictDetection.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/paimon-core/src/main/java/org/apache/paimon/operation/commit/ConflictDetection.java
 
b/paimon-core/src/main/java/org/apache/paimon/operation/commit/ConflictDetection.java
index db15db027d..5b3f76697c 100644
--- 
a/paimon-core/src/main/java/org/apache/paimon/operation/commit/ConflictDetection.java
+++ 
b/paimon-core/src/main/java/org/apache/paimon/operation/commit/ConflictDetection.java
@@ -253,7 +253,7 @@ public class ConflictDetection {
             Pair<RuntimeException, RuntimeException> conflictException =
                     createConflictException(
                             "Total buckets of partition "
-                                    + entry.partition()
+                                    + partToSimpleString(partitionType, 
entry.partition(), "-", 200)
                                     + " changed from "
                                     + old
                                     + " to "

Reply via email to