We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fe1d8 commit 5eba86fCopy full SHA for 5eba86f
fluss-client/src/main/java/org/apache/fluss/client/table/writer/UpsertWriterImpl.java
@@ -93,8 +93,8 @@ private static void sanityCheck(
93
if (!autoIncrementColumnNames.isEmpty()) {
94
throw new IllegalArgumentException(
95
String.format(
96
- "This table has auto increment column %s."
97
- + "Explicitly specifying values for an auto increment column is not allowed."
+ "This table has auto increment column %s. "
+ + "Explicitly specifying values for an auto increment column is not allowed. "
98
+ "Please specify non-auto-increment columns as target columns using partialUpdate first.",
99
autoIncrementColumnNames));
100
}
0 commit comments