Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Invalidate row count cache on reduction. #609

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

ienkovich
Copy link
Contributor

@ienkovich ienkovich commented Aug 2, 2023

It appears we don't invalidate the row count cache after reduction. Usually, it is not a problem because the cache is empty. But with DEBUG2 log level we print the row count prior to reduction and the row count cache becomes incorrect after the reduction. The fix is quite trivial.

Resolves #608

@ienkovich ienkovich merged commit 6bda9c2 into main Aug 2, 2023
@ienkovich ienkovich deleted the ienkovich/invalidate-row-count-cache branch August 2, 2023 02:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug logs affect query result
2 participants