CurtHagenlocher opened a new pull request, #7061:
URL: https://github.com/apache/arrow-rs/pull/7061
# Which issue does this PR close?
Closes #6661.
# Rationale for this change
Decimal32 and Decimal64 were added to Arrow recently; this implements
support in arrow-rs.
# What changes are included in this PR?
Code and tests for the new types are included.
# Are there any user-facing changes?
New types `Decimal32Array`, `Decimal64Array`, `Decimal32Type`, and
`Decimal64Type` are added. New values `Decimal32` and `Decimal64` have been
added to the `DataType` enum. Consumers may need to update their `match`es
accordingly.
32-bit and 64-bit decimal values from Parquet files are still being returned
as `Decimal128` by default unless the consumer specifically asks for the
narrower type.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]