-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: Upgrade rand crate and some other minor crates #16062
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
base: main
Are you sure you want to change the base?
Conversation
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.
Looks good to me -- thank you @comphead
I took the liberty of merging up from main to try and resolve the merge conflicts
I'm trying to resolve wasm |
// | ||
// Reason: Data generated by | ||
// `StdRng::from_seed` varies in `generate_file` test data generator | ||
#[ignore] |
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.
commented out this tests, but since they look important I'm planning to create separate parquet files for it in other PR, most likely predecessing this PR
Finally there is a green build. Please do not merge it until I fix ignored tests which will be in a separate PR |
Which issue does this PR close?
Replaces #14967
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?