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
…39224)
### What changes are included in this PR?
Decimal128Array implements IReadOnlyList<SqlDecimal?> and IReadOnlyList<byte[]>.
Decimal256Array implements IReadOnlyList<SqlDecimal?>, IReadOnlyList<string> and IReadOnlyList<byte[]>.
FixedLengthBinaryArray implements IReadOnlyList<byte[]>.
DurationArray implements IReadOnlyList<TimeSpan?>.
Also removes #ifs which are no longer relevant now that netstandard13 isn't being built any more.
### Are these changes tested?
Yes.
* Closes: #39223
Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
…pes (apache#39224)
### What changes are included in this PR?
Decimal128Array implements IReadOnlyList<SqlDecimal?> and IReadOnlyList<byte[]>.
Decimal256Array implements IReadOnlyList<SqlDecimal?>, IReadOnlyList<string> and IReadOnlyList<byte[]>.
FixedLengthBinaryArray implements IReadOnlyList<byte[]>.
DurationArray implements IReadOnlyList<TimeSpan?>.
Also removes #ifs which are no longer relevant now that netstandard13 isn't being built any more.
### Are these changes tested?
Yes.
* Closes: apache#39223
Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…pes (apache#39224)
### What changes are included in this PR?
Decimal128Array implements IReadOnlyList<SqlDecimal?> and IReadOnlyList<byte[]>.
Decimal256Array implements IReadOnlyList<SqlDecimal?>, IReadOnlyList<string> and IReadOnlyList<byte[]>.
FixedLengthBinaryArray implements IReadOnlyList<byte[]>.
DurationArray implements IReadOnlyList<TimeSpan?>.
Also removes #ifs which are no longer relevant now that netstandard13 isn't being built any more.
### Are these changes tested?
Yes.
* Closes: apache#39223
Authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
Describe the enhancement requested
IReadOnlyList has been implemented on most of the scalar types but not on Decimal128Array, Decimal256Array, DurationArray or FixedSizeBinaryArray.
Component(s)
C#
The text was updated successfully, but these errors were encountered: