dcapwell commented on PR #2310:
URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1585231789

   Yeah, my fear was true... the following query now breaks `"SELECT [k, v1] 
FROM %s"`; before we *knew* it was a `ListType`, but now we don't!
   
   I changed it so we default to list... so to get a vector you need `SELECT 
(vector<int, 2>) [k, v1]`...  I also changed this assumption for the get exact 
apis as well... as we don't have a target to guess from...


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