yifan-c commented on code in PR #200:
URL: https://github.com/apache/cassandra-sidecar/pull/200#discussion_r1964759353


##########
server-common/src/main/java/org/apache/cassandra/sidecar/db/schema/TableSchema.java:
##########
@@ -37,4 +37,10 @@ protected boolean exists(@NotNull Metadata metadata)
             return false;
         return ksMetadata.getTable(tableName()) != null;
     }
+
+    @Override
+    public String toString()
+    {
+        return keyspaceName() + '.' + tableName();

Review Comment:
   The string value is used when registering table schema fails



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to