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 640a153 commit 6fce62dCopy full SHA for 6fce62d
core/src/main/java/com/scalar/db/common/CoreError.java
@@ -721,7 +721,7 @@ public enum CoreError implements ScalarDbError {
721
DYNAMO_PARTITION_KEY_BLOB_TYPE_NOT_SUPPORTED(
722
Category.USER_ERROR,
723
"0224",
724
- "The BLOB type is supported only for the last column in partition key in DynamoDB. Column: %s",
+ "The BLOB type is supported only for the last column in the partition key in DynamoDB. Column: %s",
725
"",
726
""),
727
DYNAMO_CLUSTERING_KEY_BLOB_TYPE_NOT_SUPPORTED(
0 commit comments