Skip to content

Commit 6fce62d

Browse files
brfrn169josh-wong
andauthored
Update core/src/main/java/com/scalar/db/common/CoreError.java
Co-authored-by: Josh Wong <[email protected]>
1 parent 640a153 commit 6fce62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/scalar/db/common/CoreError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ public enum CoreError implements ScalarDbError {
721721
DYNAMO_PARTITION_KEY_BLOB_TYPE_NOT_SUPPORTED(
722722
Category.USER_ERROR,
723723
"0224",
724-
"The BLOB type is supported only for the last column in partition key in DynamoDB. Column: %s",
724+
"The BLOB type is supported only for the last column in the partition key in DynamoDB. Column: %s",
725725
"",
726726
""),
727727
DYNAMO_CLUSTERING_KEY_BLOB_TYPE_NOT_SUPPORTED(

0 commit comments

Comments
 (0)