Commit d227a39
sql/importer: add hint to vector index IMPORT INTO error
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 note: none
Informs: #145227
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3389d85 commit d227a39
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