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

[Bug]: str of Enum is changed in python3.11 #2633

Closed
1 task done
XuanYang-cn opened this issue Feb 14, 2025 · 2 comments
Closed
1 task done

[Bug]: str of Enum is changed in python3.11 #2633

XuanYang-cn opened this issue Feb 14, 2025 · 2 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@XuanYang-cn
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

from pymilvus import DataType

varchar = DataType.VARCHAR
print(f"varchar: {varchar}, varchar in str  {str(varchar)}")

Image

Expected Behavior

Unify str behaviour of DataType

Steps/Code To Reproduce behavior

Environment details

- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):
- Milvus configuration (Settings you made in `server_config.yaml`):

Anything else?

No response

@XuanYang-cn XuanYang-cn added the kind/bug Something isn't working label Feb 14, 2025
@XuanYang-cn XuanYang-cn added this to the 2.4.15 milestone Feb 14, 2025
@XuanYang-cn XuanYang-cn self-assigned this Feb 14, 2025
@XuanYang-cn
Copy link
Contributor Author

related to #2538

sre-ci-robot pushed a commit that referenced this issue Feb 14, 2025
XuanYang-cn added a commit to XuanYang-cn/pymilvus that referenced this issue Feb 17, 2025
XuanYang-cn added a commit to XuanYang-cn/pymilvus that referenced this issue Feb 17, 2025
sre-ci-robot pushed a commit that referenced this issue Feb 17, 2025
sre-ci-robot pushed a commit that referenced this issue Feb 17, 2025
@XuanYang-cn
Copy link
Contributor Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant