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 7ae572b commit 9a4fdd6Copy full SHA for 9a4fdd6
core/src/main/java/com/scalar/db/common/CoreError.java
@@ -1322,7 +1322,7 @@ public enum CoreError implements ScalarDbError {
1322
CREATING_VIRTUAL_TABLE_FAILED(
1323
Category.INTERNAL_ERROR,
1324
"0066",
1325
- "Creating the virtual table failed. Table: %s; SOURCE TABLE1: %s; SOURCE TABLE2: %s",
+ "Creating the virtual table failed. Virtual table: %s; Left source table: %s; Right source table: %s",
1326
"",
1327
""),
1328
GETTING_VIRTUAL_TABLE_INFO_FAILED(
0 commit comments