-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Temporarily fix bug in dynamic top-k optimization #16465
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
Conversation
5becc5b
to
f915110
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor nits
|
||
let random_seed = 1u64; // Use a fixed seed to ensure consistent behavior | ||
|
||
println!("Creating test generator with same config as original runner..."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you plan on merging the test? If so maybe let's clean this up?
Sad to have to do this but I agree keeping CI green is the top priority cc @Dandandan |
…)" This reverts commit 5ca4ff0.
We think we have fixed the real cause in Here is a PR to restore the related code in |
Which issue does this PR close?
See #16452.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?