DIA-52334
CREATE VECTOR INDEX owner_name.index_name failed. DISTRIBUTION BY PARTITION requires a partitioned table.
- owner_name: The owner of the index.
- index_name: The index name.
Cause
DISTRIBUTE BY PARTITION is being specified on an unpartitioned table.
Action
Use a partitioned table or choose a different distribution option.