DIA-51902
Cannot create a vector index on a vector column owner_name.base_table_name containing vectors with different dimension counts. Counts range from min_dim to max_dim.
- owner_name: The owner of the index.
- base_table_name: The base table name.
- min_dim: The minimum dimension count.
- max_dim: The maximum dimension count.
Cause
An attempt is being made to create a vector index on a vector column in which not all vectors have the same number of dimensions.
Action
Ensure that all vectors in the column have the same dimension count before creating a vector index.