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

The interface GetEntityByID should not have a fieldName paramter in go-sdk #4132

Closed
1 of 3 tasks
ThreadDao opened this issue Oct 29, 2020 · 0 comments
Closed
1 of 3 tasks
Assignees
Labels
kind/bug Issues or changes related a bug severity/critical Critical, lead to crash, data missing, wrong result, function totally doesn't work.
Milestone

Comments

@ThreadDao
Copy link
Contributor

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

Describe the bug

// GetEntityByID method
	// This method is used to get entity by entity id
	// return entity data
	GetEntityByID(collectionName string, fieldName []string, entityId []int64) ([]Entity, 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.

@ThreadDao ThreadDao added the severity/critical Critical, lead to crash, data missing, wrong result, function totally doesn't work. label Oct 29, 2020
@ThreadDao ThreadDao added this to the 0.11.1 milestone Oct 29, 2020
@wxyucs wxyucs added the kind/bug Issues or changes related a bug label Nov 2, 2020
@fishpenguin fishpenguin assigned ThreadDao and unassigned fishpenguin Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug severity/critical Critical, lead to crash, data missing, wrong result, function totally doesn't work.
Projects
None yet
Development

No branches or pull requests

3 participants