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-38816: [C#] Fix IArrowRecord implementation on StructArray #38827

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

CurtHagenlocher
Copy link
Contributor

@CurtHagenlocher CurtHagenlocher commented Nov 21, 2023

What changes are included in this PR?

Minor bug fix, test for the bug, and a few additional tests which were missed by the previous PR.

Are these changes tested?

Yes

Are there any user-facing changes?

No

@CurtHagenlocher CurtHagenlocher merged commit c5a1eb0 into apache:main Nov 21, 2023
8 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting review Awaiting review label Nov 21, 2023
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit c5a1eb0.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

@CurtHagenlocher CurtHagenlocher deleted the dev/curth/GH38816 branch December 2, 2023 02:45
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…pache#38827)

### What changes are included in this PR?

Minor bug fix, test for the bug, and a few additional tests which were missed by the previous PR.

### Are these changes tested?

Yes

### Are there any user-facing changes?

No

* Closes: apache#38816

Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
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.

[C#] IArrowRecord implementation on StructArray is broken
1 participant