apache / cassandra-gocql-driver

GoCQL Driver for Apache Cassandra®
https://cassandra.apache.org/
Apache License 2.0
2.58k stars 621 forks source link

CASSGO-11 Support vector type #1828

Open lukasz-antoniak opened 2 weeks ago

lukasz-antoniak commented 2 weeks ago

Fix #1734.

Complete vector type support for GoCQL. Supports fixed and variable-length vector types (e.g. vector of floats, vector of list of text).

tengu-alt commented 1 week ago

Have you tested it with protoV5? If not I would be glad to handle it with #1822.

joao-r-reis commented 1 week ago

Have you tested it with protoV5?

Hmm protocol v5 shouldn't matter much here, the encoding of the type itself is the same regardless of whether v4 or v5 is being used.