Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Dec 12, 2023
1 parent a0aa552 commit eb7e05b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public static Schema buildPaimonSchema(
for (String key : specifiedPrimaryKeys) {
checkArgument(
sourceColumns.contains(key),
"Specified primary '%s' does not exist in source tables or computed columns.",
"Specified primary key '%s' does not exist in source tables or computed columns.",
key);
}
builder.primaryKey(listCaseConvert(specifiedPrimaryKeys, caseSensitive));
Expand Down

0 comments on commit eb7e05b

Please sign in to comment.