[compute] Correct index permutation in subscribe snapshot optimization#34893
Merged
bkirwi merged 3 commits intoMaterializeInc:mainfrom Feb 4, 2026
Merged
[compute] Correct index permutation in subscribe snapshot optimization#34893bkirwi merged 3 commits intoMaterializeInc:mainfrom
bkirwi merged 3 commits intoMaterializeInc:mainfrom
Conversation
754268e to
eb9c17f
Compare
Contributor
Author
|
@def- - Made a small change to the parallel workload in case you want to take a look! Also, my first Nightly run didn't repro this bug because it was caught by the ignore for this issue. I spot checked a couple builds and didn't find any recent examples; any easy way to check the logs and see if the original issue's cropped up recently? |
5 tasks
Contributor
Easiest way is just removing the ignore and seeing if it still falls over: #34897 We don't currently log expected query errors in parallel-workload, because it would lead to huge amounts of logs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#34791 has a bug: it does not correctly permute the data from the arrangement to match the order of columns in the original relation type. The original set of tests did not catch this: I had tests only with default arrangements, which AFAICT include all columns in the original order by default.
Motivation
Previously-unreported bug. (Found during manual testing in staging. 😬)
Tips for reviewer
Here's a nightly that reproduces the issue (before the fix).