dcapwell commented on code in PR #2310:
URL: https://github.com/apache/cassandra/pull/2310#discussion_r1221872613


##########
src/java/org/apache/cassandra/cql3/CQL3Type.java:
##########
@@ -499,6 +514,55 @@ public String toString(boolean withFrozen)
         }
     }
 
+    public static class Vector implements CQL3Type

Review Comment:
   agree, but went with internal file consistency here
   
   ```
   public static class Collection implements CQL3Type
   public static class Custom implements CQL3Type
   public enum Native implements CQL3Type
   public static class Tuple implements CQL3Type
   public static class UserDefined implements CQL3Type
   ```



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