-
Notifications
You must be signed in to change notification settings - Fork 647
fix query id for recompilation #7599
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
fix query id for recompilation #7599
Conversation
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
Get queryIt.second' in kqp_compile_service.cpp:44 error if:
make request with user sid (it will be saved in queryId)
change table scheme
make the same request (it will be with recompilation, queryId with sid will be removed from cache and make new queryId without sid)
make the same request (it will be with sid and it doesn't find it in cache, then in cache will be 2 query Id with and without sid)
change table scheme
make the same request (it will be with recompilation, queryId with sid will be removed from cache and make new queryId without sid, then it will be compiled and try to put it in cache, but this queryId without sid is already in cache)
Changelog category
Additional information