We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Daemon returns an error in the following case:
curl localhost:9408/cli -d 'create table test(f multi)' curl localhost:9408/_bulk -H "Content-Type: application/x-ndjson" -d ' {"index":{"_index":"test"}} {"f":null} ' {"error":"row 1, column 1: non-MVA value specified for a MVA column"}
Instead of raising the error, we must convert null to the default value for the MVA field.
null
Manticore 6.3.3 5e900a7f6@24070916
Ununtu 22.04 LTS
Yes
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered:
seems like a regression #2363
Sorry, something went wrong.
0f9c12b
fixed at 0f9c12b now null could be inserter \ replaced \ used in bulk for any attribute or full-text field that set default value for it
tomatolog
No branches or pull requests
Bug Description:
Daemon returns an error in the following case:
Instead of raising the error, we must convert
null
to the default value for the MVA field.Manticore Search Version:
Manticore 6.3.3 5e900a7f6@24070916
Operating System Version:
Ununtu 22.04 LTS
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: