You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments