Skip to content

Commit 9a4fdd6

Browse files
committed
Fix message
1 parent 7ae572b commit 9a4fdd6

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
@@ -1322,7 +1322,7 @@ public enum CoreError implements ScalarDbError {
13221322
CREATING_VIRTUAL_TABLE_FAILED(
13231323
Category.INTERNAL_ERROR,
13241324
"0066",
1325-
"Creating the virtual table failed. Table: %s; SOURCE TABLE1: %s; SOURCE TABLE2: %s",
1325+
"Creating the virtual table failed. Virtual table: %s; Left source table: %s; Right source table: %s",
13261326
"",
13271327
""),
13281328
GETTING_VIRTUAL_TABLE_INFO_FAILED(

0 commit comments

Comments
 (0)