[
https://issues.apache.org/jira/browse/CASSJAVA-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Miklosovic updated CASSJAVA-2:
-------------------------------------
Status: Needs Committer (was: Patch Available)
> 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
> Priority: High
> Time Spent: 10m
> 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: [email protected]
For additional commands, e-mail: [email protected]