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]: [null & default] bulk writer does not support "None" data #36265

Closed
1 task done
binbinlv opened this issue Sep 13, 2024 · 7 comments
Closed
1 task done

[Bug]: [null & default] bulk writer does not support "None" data #36265

binbinlv opened this issue Sep 13, 2024 · 7 comments
Assignees
Labels
kind/bug Issues or changes related a bug kind/enhancement Issues or changes related to enhancement triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@binbinlv
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

bulk writer does not support "None" data

pymilvus.exceptions.MilvusException: <MilvusException: (code=1, message=Illegal scalar value for field 'int_scalar', value overflow or type mismatch)>

Expected Behavior

bulk writer supports "None" data

Steps To Reproduce

NA

Milvus Log

No response

Anything else?

No response

@binbinlv binbinlv added kind/enhancement Issues or changes related to enhancement triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Sep 13, 2024
@binbinlv binbinlv added this to the 2.5.0 milestone Sep 13, 2024
@binbinlv binbinlv added the kind/bug Issues or changes related a bug label Sep 13, 2024
@binbinlv binbinlv changed the title [Bug]: bulk writer does not support "None" data [Bug]: [null & default] bulk writer does not support "None" data Sep 13, 2024
@smellthemoon
Copy link
Contributor

by design.

@smellthemoon
Copy link
Contributor

smellthemoon commented Sep 24, 2024

plan to support it in 2.5.x.

Copy link

stale bot commented Oct 29, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Oct 29, 2024
@smellthemoon
Copy link
Contributor

related with milvus-io/pymilvus#2313 all the type(json, csv, parquet) can use bulk writer to write null now, could you help to verify it? @binbinlv

@stale stale bot removed the stale indicates no udpates for 30 days label Oct 31, 2024
@smellthemoon
Copy link
Contributor

/assign @binbinlv

@xiaofan-luan
Copy link
Collaborator

should be fixed already

@binbinlv
Copy link
Contributor Author

binbinlv commented Nov 7, 2024

Verified and fixed.

@binbinlv binbinlv closed this as completed Nov 7, 2024
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 kind/enhancement Issues or changes related to enhancement triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants