-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-39925: [Go][Parquet] Fix re-slicing in maybeReplaceValidity function #39926
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.
LGTM Thanks!
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 85e2a68. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…function (apache#39926) ### Rationale for this change See apache#39925. ### What changes are included in this PR? Fixes re-slicing logic for multiple data-types and negative length bug. ### Are these changes tested? There is a new test in the PR. ### Are there any user-facing changes? No, it just fixes a bug. * Closes: apache#39925 Authored-by: Morrison-Reed Elliot (BEG/EVS1-NA) <Elliot.Morrison-Reed@de.bosch.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…function (apache#39926) ### Rationale for this change See apache#39925. ### What changes are included in this PR? Fixes re-slicing logic for multiple data-types and negative length bug. ### Are these changes tested? There is a new test in the PR. ### Are there any user-facing changes? No, it just fixes a bug. * Closes: apache#39925 Authored-by: Morrison-Reed Elliot (BEG/EVS1-NA) <Elliot.Morrison-Reed@de.bosch.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…function (apache#39926) ### Rationale for this change See apache#39925. ### What changes are included in this PR? Fixes re-slicing logic for multiple data-types and negative length bug. ### Are these changes tested? There is a new test in the PR. ### Are there any user-facing changes? No, it just fixes a bug. * Closes: apache#39925 Authored-by: Morrison-Reed Elliot (BEG/EVS1-NA) <Elliot.Morrison-Reed@de.bosch.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Rationale for this change
See #39925.
What changes are included in this PR?
Fixes re-slicing logic for multiple data-types and negative length bug.
Are these changes tested?
There is a new test in the PR.
Are there any user-facing changes?
No, it just fixes a bug.