-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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]: milvus crashes when importing a parquet file with "required field" into a collection with nullable field #40291
Comments
The crash you're experiencing when importing a Parquet file with "optional fields" into a Milvus collection with nullable fields seems to be related to an "index out of range" error in the To address this issue, you might want to ensure that the Parquet file's schema and data align correctly with the collection's schema, particularly regarding the handling of nullable fields. Additionally, reviewing the implementation of the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
The parquet content of `1.parquet:
The parquet content of 2.parquet:
The difference is the "id" and "flag" is "not null" in 1.parquet
Set file_name = "2.parquet", milvus works well, the data is imported successfully. |
/assign @zhuwenxing |
issue: #40291 pr: #40331 Signed-off-by: yhmo <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
milvus crashes when importing a parquet file with "required field" into a collection with nullable field
Expected Behavior
No response
Steps To Reproduce
Milvus Log
Anything else?
No response
The text was updated successfully, but these errors were encountered: