dolthub / dolthub/dolt

`CREATE TABLE ... LIKE ...` fails to copy vector indexes.

Open
#8,656 0 comments 0 reactions 1 assignee Claimed by @zachmu View on GitHub
enhancement good repro vectors
Dominant language
Go
Stars
24.4k
Forks
873
Avg merge
1d 9h
Merged PRs (30d)
121

Description

Steps to reproduce:

```
create table test(pk int primary key, embedding json);
create vector index vidx on test(embedding);
create table test2 like test;
```

Error message: `JSON column 'embedding' supports indexing only via generated columns on a specified JSON path`

Expected behavior: new table is created successfully.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.