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 crashes in the following case:
curl localhost:9408/cli -d 'create table test(f int)' curl localhost:9408/_bulk -H "Content-Type: application/x-ndjson" -d ' {"index":{"_index":"test"}} {"f":null} '
The crash also happens for boolean and other numeric fields( bigint, float). searchd.log
We must fix this and convert null to default data type values in such cases.
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.
fixed using null in the HTTP JSON post endpoints (insert/replace/bulk…
0f9c12b
…) for all values; added cases to test 454; fixed #2406 #2407
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 crashes in the following case:
The crash also happens for boolean and other numeric fields( bigint, float).
searchd.log
We must fix this and convert
null
to default data type values in such cases.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: