You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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]>
Describe the enhancement requested
C++ support for decimal32 and decimal64 were just checked in; the C# implementation should support them too.
Component(s)
C#
The text was updated successfully, but these errors were encountered: