Skip to content
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

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

elliotmr
Copy link
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.

Copy link

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
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
26 checks passed
@zeroshade zeroshade removed the awaiting merge Awaiting merge label Feb 5, 2024
Copy link

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>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 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>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 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