maedhroz commented on code in PR #2433:
URL: https://github.com/apache/cassandra/pull/2433#discussion_r1240451206


##########
src/java/org/apache/cassandra/index/internal/CassandraIndex.java:
##########
@@ -68,6 +68,8 @@
  */
 public abstract class CassandraIndex implements Index
 {
+    public static final String NAME = "cassandra";

Review Comment:
   The name "cassandra" here isn't perfect I suppose, but it's trying to a.) 
align w/ the class name at least somewhat and b.) connote that this is the 
"traditional cassandra hidden table" index.



-- 
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