Skip to content

GH-39925: [Go][Parquet] Fix re-slicing in maybeReplaceValidity function#39926

Merged
zeroshade merged 1 commit intoapache:mainfrom
elliotmr:main
Feb 5, 2024
Merged

GH-39925: [Go][Parquet] Fix re-slicing in maybeReplaceValidity function#39926
zeroshade merged 1 commit intoapache:mainfrom
elliotmr:main

Conversation

@elliotmr
Copy link
Copy Markdown
Contributor

@elliotmr elliotmr commented Feb 2, 2024

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.

@elliotmr elliotmr requested a review from zeroshade as a code owner February 2, 2024 22:29
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 2, 2024

⚠️ GitHub issue #39925 has been automatically assigned in GitHub to PR creator.

@kou kou changed the title GH-39925 Fix re-slicing in maybeReplaceValidity function GH-39925 [Go][Parquet] Fix re-slicing in maybeReplaceValidity function Feb 2, 2024
@kou kou changed the title GH-39925 [Go][Parquet] Fix re-slicing in maybeReplaceValidity function GH-39925: [Go][Parquet] Fix re-slicing in maybeReplaceValidity function Feb 2, 2024
Copy link
Copy Markdown
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Feb 5, 2024
@zeroshade zeroshade merged commit 85e2a68 into apache:main Feb 5, 2024
@zeroshade zeroshade removed the awaiting merge Awaiting merge label Feb 5, 2024
@conbench-apache-arrow
Copy link
Copy Markdown

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.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Go][Parquet] Reslicing for nullable dictionary in chunked writer is bugged

2 participants