-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Backports, version bump and changelog for 54.3.1 #7331
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
…nd non-zero start offset (apache#7318) * When serializing fixed length arrays, adjust the offsets for writing out * Add unit test * clippy warnings * Add unit test for nulls * Update unit test to account for which schema had nulls
|
Thank you, @mbrobbel ! I was also putting up a PR but you've started first! |
|
@alamb I believe this is ready as far as I can do since I am not a committer for arrow-rs. |
alamb
left a comment
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.
THanks @mbrobbel and @timsaucer -- this looks great to me
|
I will now create a release candidate |
|
@timsaucer any chance you can make a PR to main with the version and changelog changes in this PR too (you can probably just merge this branch) |
* bugfix: correct offsets when serializing a list of fixed sized list and non-zero start offset (#7318) * When serializing fixed length arrays, adjust the offsets for writing out * Add unit test * clippy warnings * Add unit test for nulls * Update unit test to account for which schema had nulls * Add missing type annotation (#7326) * Update version * Create changelog --------- Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
Backports for:
54.3.1(Mar 2025) #7330Included changes: