mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
feat: Add support for modifying max capacity of array fields This commit adds support for modifying the max capacity of array fields in the `alterCollectionFieldTask` function. It checks if the field is an array type and then validates and updates the max capacity value. This change improves the flexibility of array fields in the collection. Issue: https://github.com/milvus-io/milvus/issues/41363 --------- Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>