-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
Different error on insert for distributed table or missing table #2785
Comments
This issue blocks manticoresoftware/manticoresearch-buddy#392 |
fixed at b7992be Now insert into missed table generates error Not sure does this ticket need the test cases and what cases should be covered. |
@donhardman @tomatolog The test is created in this PR - #2809 but at the moment the errors are not as expected. |
I will check the case at the test/clt-tests/core/test-errors-insert-for-distributed-missing-table.rec as daemon seems generate wrong error message |
@sanikolaev Test updated in PR - #2809 |
Proposal:
Currently, when a table does not exist or it does not support inserts, we have the following error:
Unfortunately, we now use Buddy to support auto-schema inserts and distributed inserts, but this makes it impossible to detect which table we're performing inserts on.
Therefore, we should split the error message into two distinct messages:
For missing tables:
For distributed tables:
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: