Skip to content

Commit 5eba86f

Browse files
committed
nit
1 parent 69fe1d8 commit 5eba86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluss-client/src/main/java/org/apache/fluss/client/table/writer/UpsertWriterImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ private static void sanityCheck(
9393
if (!autoIncrementColumnNames.isEmpty()) {
9494
throw new IllegalArgumentException(
9595
String.format(
96-
"This table has auto increment column %s."
97-
+ "Explicitly specifying values for an auto increment column is not allowed."
96+
"This table has auto increment column %s. "
97+
+ "Explicitly specifying values for an auto increment column is not allowed. "
9898
+ "Please specify non-auto-increment columns as target columns using partialUpdate first.",
9999
autoIncrementColumnNames));
100100
}

0 commit comments

Comments
 (0)