Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function HasPartition is not found in go-sdk #4137

Closed
1 of 3 tasks
ThreadDao opened this issue Oct 30, 2020 · 1 comment
Closed
1 of 3 tasks

Function HasPartition is not found in go-sdk #4137

ThreadDao opened this issue Oct 30, 2020 · 1 comment
Assignees
Labels
severity/major Major, major function doesn't work under some condition.
Milestone

Comments

@ThreadDao
Copy link
Contributor

Please state your issue using the following template and, most importantly, in English.

Describe the bug

	CreatePartition(partitionParam PartitionParam) (Status, error)

	// ListPartitions method
	// This method is used to create collection
	// return indicate if this operation is successful
	ListPartitions(collectionName string) ([]PartitionParam, Status, error)

	// DropPartition method
	// This method is used to delete collection partition.
	// return indicate if partition is delete successfully.
	DropPartition(partitionParam PartitionParam) (Status, error)

Steps/Code to reproduce behavior
Follow this guide to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.

Expected behavior
A clear and concise description of what you expected to happen.

Method of installation

  • Docker/cpu
  • Docker/gpu
  • Build from source

Environment details

  • Hardware/Softwars conditions (OS, CPU, GPU, Memory)

  • Milvus version (master or released version)
    -0.11.1

Configuration file
Settings you made in server_config.yaml or milvus.yaml

paste-file-content-here

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@fishpenguin
Copy link
Contributor

Already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major Major, major function doesn't work under some condition.
Projects
None yet
Development

No branches or pull requests

2 participants