[ https://issues.apache.org/jira/browse/CASSANDRA-18960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andres de la Peña updated CASSANDRA-18960: ------------------------------------------ Test and Documentation Plan: ||PR||CI|| |[5.0 |https://github.com/apache/cassandra/pull/2857]|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3273/workflows/662e9d41-5c0b-47af-9d1c-55495a12a3d4] [j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3273/workflows/f189a08e-82a0-44e2-892b-0b6f63adf7b7]| |[trunk|https://github.com/apache/cassandra/pull/2858]|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3274/workflows/0ac975f3-9292-4258-a551-3ca2a35821be] [j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3274/workflows/56fa5e0d-04c5-44af-b4f3-55d42d7bb074]| Status: Patch Available (was: In Progress) > Upgrade Python driver to 3.28.0 > ------------------------------- > > Key: CASSANDRA-18960 > URL: https://issues.apache.org/jira/browse/CASSANDRA-18960 > Project: Cassandra > Issue Type: Task > Components: Feature/Vector Search, Tool/cqlsh > Reporter: Andres de la Peña > Assignee: Andres de la Peña > Priority: Normal > Fix For: 5.0.x, 5.x > > Time Spent: 20m > Remaining Estimate: 0h > > The version of the Python driver that is used by cqlsh (3.25.0) doesn't > entirely support the new vector data type introduced by CASSANDRA-18504. > While we can perfectly write data, read vectors are presented as blobs: > {code} > > CREATE TABLE t (k int PRIMARY KEY, v vector<int, 2>); > > INSERT INTO t(k, v) VALUES (0, [1, 2]); > > SELECT * FROM t; > k | v > ---+------------------------------------- > 0 | b'\x00\x00\x00\x01\x00\x00\x00\x02' > {code} > I think that would we fixed if we update the driver to (at least) 3.28.0, > which includes support for the new vector data type. -- 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