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
### Rationale for this change
`arrow::Decimal64Type` data type has been introduced. It is also necessary to support the same data type in GLib.
### What changes are included in this PR?
This PR implements `GArrowDecimal64DataType`.
### Are these changes tested?
YES
### Are there any user-facing changes?
Before this change: `Arrow::DecimalDataType.new(8, 2)` returned `Decimal128DataType`.
After this change: `Arrow::DecimalDataType.new(8, 2)` returns `Decimal64DataType`
* GitHub Issue: #44569
Authored-by: Hiroyuki Sato <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
It's for arrow::type::Decimal64Type.
It's the same #44392
Component(s)
GLib
The text was updated successfully, but these errors were encountered: