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-44271: [C#] Add support for Decimal32 and Decimal64 #44272

Merged
merged 8 commits into from
Oct 1, 2024

Conversation

CurtHagenlocher
Copy link
Contributor

@CurtHagenlocher CurtHagenlocher commented Sep 30, 2024

What changes are included in this PR?

Implementation of decimal32 and decimal64 for C#.
Tests for the implementation, including enablement of Archery tests.

Are these changes tested?

Yes.

Are there any user-facing changes?

New types Decimal32Array and Decimal64Array.

Closes #44271

@CurtHagenlocher CurtHagenlocher merged commit b0e13cc into apache:main Oct 1, 2024
11 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting review Awaiting review label Oct 1, 2024
Copy link

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

There were no benchmark performance regressions. 🎉

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

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#] Add support for Decimal32 and Decimal64
1 participant