[
https://issues.apache.org/jira/browse/CASSANDRA-18613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742031#comment-17742031
]
Andres de la Peña edited comment on CASSANDRA-18613 at 7/11/23 2:27 PM:
------------------------------------------------------------------------
The two failures are on
{{{}transient_replication_ring_test.TestTransientReplicationRing{}}}:
* {{test_move_forwards_between_and_cleanup}} is CASSANDRA-16061
* {{test_bootstrap_and_cleanup}} can be [hit on
trunk|https://app.circleci.com/pipelines/github/adelapena/cassandra/3018/workflows/2c81b63f-63b8-4baf-8945-d3c680edede6/jobs/58482/tests],
-I'll open a ticket for it- I have opened CASSANDRA-18660 for it.
I think we are ready to commit.
was (Author: adelapena):
The two failures are on
{{transient_replication_ring_test.TestTransientReplicationRing}}:
* {{test_move_forwards_between_and_cleanup}} is CASSANDRA-16061
* {{test_bootstrap_and_cleanup}} can be [hit on
trunk|https://app.circleci.com/pipelines/github/adelapena/cassandra/3018/workflows/2c81b63f-63b8-4baf-8945-d3c680edede6/jobs/58482/tests],
I'll open a ticket for it.
I think we are ready to commit.
> 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
> Priority: Normal
> Fix For: 5.x
>
> Time Spent: 6h
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]