You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "polandll (via GitHub)" <gi...@apache.org> on 2023/06/14 02:42:01 UTC

[GitHub] [cassandra] polandll commented on a diff in pull request #2310: CASSANDRA-18504: Added support for type VECTOR

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


##########
src/java/org/apache/cassandra/cql3/CQL3Type.java:
##########
@@ -598,6 +672,11 @@ public static Raw tuple(List<CQL3Type.Raw> ts)
             return new RawTuple(ts);
         }
 
+        public static Raw vector(CQL3Type.Raw t, int dimention)

Review Comment:
   dimention? Either this is a typo for dimension, or it's something I don't know about. 



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org