Skip to content

feat: add drop_collection_field and drop_collection_function APIs#3406

Open
sijie-ni-0214 wants to merge 1 commit intomilvus-io:masterfrom
sijie-ni-0214:feat/drop-collection-field
Open

feat: add drop_collection_field and drop_collection_function APIs#3406
sijie-ni-0214 wants to merge 1 commit intomilvus-io:masterfrom
sijie-ni-0214:feat/drop-collection-field

Conversation

@sijie-ni-0214
Copy link
Copy Markdown
Contributor

Summary

  • Add drop_collection_field API to drop a field by name or ID from a collection
  • Add drop_collection_function API to drop a function (with cascade deletion of output fields and indexes)
  • Both APIs internally call AlterCollectionSchema RPC with DropRequest
  • Update proto submodule to include function_name support in DropRequest

issue: milvus-io/milvus#48983
pr: milvus-io/milvus-proto#583

Signed-off-by: sijie-ni-0214 sijie.ni@zilliz.com

@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sijie-ni-0214
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

…AlterCollectionSchema

Signed-off-by: sijie-ni-0214 <sijie.ni@zilliz.com>
@sijie-ni-0214 sijie-ni-0214 force-pushed the feat/drop-collection-field branch from a620977 to 51a4b5e Compare April 13, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants