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
When executing an insert-after-delete case, the implementation is wrong. It forgot to delete the value in the cache.
The input stream:
+ 1 3 - 1 3 + 1 6
The table data:
1 -> 3
A key can never been updated in this mode.
No response
The testcase was added in #14345, and I'll fix the bug in that PR.
1 -> 6
v1.5.4
The text was updated successfully, but these errors were encountered:
The behavior is never used, so priority/critical was removed.
priority/critical
Sorry, something went wrong.
MaterializeCache
TennyZhuang
Successfully merging a pull request may close this issue.
Describe the bug
When executing an insert-after-delete case, the implementation is wrong. It forgot to delete the value in the cache.
The input stream:
The table data:
A key can never been updated in this mode.
Error message/log
No response
To Reproduce
The testcase was added in #14345, and I'll fix the bug in that PR.
Expected behavior
How did you deploy RisingWave?
No response
The version of RisingWave
v1.5.4
Additional context
No response
The text was updated successfully, but these errors were encountered: