[ https://issues.apache.org/jira/browse/CASSJAVA-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bret McGuire updated CASSJAVA-2: -------------------------------- Status: Patch Available (was: Needs Committer) https://github.com/apache/cassandra-java-driver/pull/1978 > TableMetadata#describe produces invalid CQL when a type of a column is a > vector > ------------------------------------------------------------------------------- > > Key: CASSJAVA-2 > URL: https://issues.apache.org/jira/browse/CASSJAVA-2 > Project: Apache Cassandra Java driver > Issue Type: Bug > Reporter: Stefan Miklosovic > Assignee: Stefan Miklosovic > Priority: High > Time Spent: 40m > Remaining Estimate: 0h > > It produces this > {code} > CREATE TABLE test_keyspace.table_b1070d339c4c4318b1b0399f9ebdc3e2 ( > a int, > b 'org.apache.cassandra.db.marshal.VectorType(3)', > PRIMARY KEY (a) > .... > {code} > should be this > {code} > CREATE TABLE test_keyspace.table_b1070d339c4c4318b1b0399f9ebdc3e2 ( > a int, > b vector<int, 3>, > PRIMARY KEY (a) > .... > {code} -- 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