[ 
https://issues.apache.org/jira/browse/CASSANDRA-18946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778753#comment-17778753
 ] 

Andres de la Peña commented on CASSANDRA-18946:
-----------------------------------------------

Right, thanks. Here we go again:

||PR||CI||
|[5.0  
|https://github.com/apache/cassandra/pull/2834]|[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/3263/workflows/0218dd74-dd46-439d-8a4d-cc310d9042df]
 
[j17|https://app.circleci.com/pipelines/github/adelapena/cassandra/3263/workflows/284f4227-7944-4e39-b233-37442f201963]|

I've also fixed a mistake on the completion for the number of dimensions, both 
in the patch and in the ticket description (it shouldn't suggest a negative 
number of dimensions).

> Add cqlsh autocompletion for the vector data type
> -------------------------------------------------
>
>                 Key: CASSANDRA-18946
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18946
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/Vector Search
>            Reporter: Andres de la Peña
>            Assignee: Andres de la Peña
>            Priority: Low
>             Fix For: 5.0, 5.x
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add cqlsh autocompletion for the vector data type, so we have completions 
> such as:
> {code:java}
> cqlsh> CREATE TABLE t (v
> ascii     boolean   decimal   float     int       set       time      tinyint 
>   varint
> bigint    counter   double    frozen    list      smallint  timestamp uuid    
>   vector
> blob      date      duration  inet      map       text      timeuuid  varchar
> cqlsh> CREATE TABLE t (v vector<
> ascii     boolean   decimal   float     int       set       time      tinyint 
>   varint
> bigint    counter   double    frozen    list      smallint  timestamp uuid    
>   vector
> blob      date      duration  inet      map       text      timeuuid  varchar
> cqlsh> CREATE TABLE t (v vector<float,
>               <wholenumber>
> cqlsh> INSERT INTO t(k, v) VALUES ( 0,
>                                  <value for v (vector<float, 3>)>
> {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

Reply via email to