Andres de la Peña created CASSANDRA-18613:
---------------------------------------------

             Summary: Add support for vectors on UDFs
                 Key: CASSANDRA-18613
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18613
             Project: Cassandra
          Issue Type: New Feature
          Components: Cluster/Schema
            Reporter: Andres de la Peña
            Assignee: Andres de la Peña


CASSANDRA-18504 will add a new vector type, but [it won't be supported on 
UDFs|https://github.com/apache/cassandra/blob/5027e688da006e5d5bf9bfdf4719caddbf85986a/test/unit/org/apache/cassandra/cql3/validation/operations/CQLVectorTest.java#L248-L271].
 The goal of this ticket is to add that support.

This will require adding a new {{o.a.c.cql3.functions.types.TypeCodec}} for 
vectors. Those codecs are mostly duplicates of the codecs on the Java driver. 
They are used for UDFs instead of the regular {{AbstractType}} to prevent 
pulling too many internal dependencies. The driver's vector codec has recently 
been added by [JAVA-3060|https://datastax-oss.atlassian.net/browse/JAVA-3060].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to