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

[C#] Add support for Decimal32 and Decimal64 #44271

Closed
CurtHagenlocher opened this issue Sep 30, 2024 · 1 comment · Fixed by #44272
Closed

[C#] Add support for Decimal32 and Decimal64 #44271

CurtHagenlocher opened this issue Sep 30, 2024 · 1 comment · Fixed by #44272

Comments

@CurtHagenlocher
Copy link
Contributor

Describe the enhancement requested

C++ support for decimal32 and decimal64 were just checked in; the C# implementation should support them too.

Component(s)

C#

@CurtHagenlocher CurtHagenlocher self-assigned this Sep 30, 2024
CurtHagenlocher added a commit that referenced this issue Oct 1, 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
* GitHub Issue: #44271

Authored-by: Curt Hagenlocher <[email protected]>
Signed-off-by: Curt Hagenlocher <[email protected]>
@CurtHagenlocher CurtHagenlocher added this to the 18.0.0 milestone Oct 1, 2024
@CurtHagenlocher
Copy link
Contributor Author

Issue resolved by pull request 44272
#44272

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant