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


##########
src/java/org/apache/cassandra/cql3/Lists.java:
##########
@@ -154,6 +155,8 @@ public Literal(List<Term.Raw> elements)
 
         public Term prepare(String keyspace, ColumnSpecification receiver) 
throws InvalidRequestException
         {
+            if (receiver.type instanceof VectorType)

Review Comment:
   I honestly hate this... prob should have a `ListOrVector` class as we don't 
know until `prepare`?



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