[
https://issues.apache.org/jira/browse/ARROW-15965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-15965.
------------------------------------
Fix Version/s: 8.0.0
Resolution: Fixed
Issue resolved by pull request 12660
[https://github.com/apache/arrow/pull/12660]
> [C++][Python] Add Scalar constructor of RoundToMultipleOptions to Python
> ------------------------------------------------------------------------
>
> Key: ARROW-15965
> URL: https://issues.apache.org/jira/browse/ARROW-15965
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Python
> Reporter: Eduardo Ponce
> Assignee: Eduardo Ponce
> Priority: Minor
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 4h
> Remaining Estimate: 0h
>
> [RoundToMultipleOptions|https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/api_scalar.h#L126]
> contains a constructor with a {{shared_ptr<Scalar>}} type but the [Python
> binding|https://github.com/apache/arrow/blob/master/python/pyarrow/includes/libarrow.pxd#L1959]
> is missing this constructor variant. This currently prevents using
> {{Decimal}} types in pyarrow.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)