Commit 4912973
Merge #153821
153821: sql/importer: add hint to vector index IMPORT INTO error r=mw5h a=mw5h
Previously, the error message for attempting IMPORT INTO on tables with vector indexes only stated that the operation is not supported. This change adds a helpful hint suggesting users drop the vector index before importing and recreate it afterwards.
The hint provides a clear workaround for users encountering this limitation, improving the user experience when working with vector indexes and bulk imports.
Release Notes: None
Informs: #145227
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Matt White <matt.white@cockroachlabs.com>1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | | - | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
| |||
0 commit comments