Commits


Eduardo Ponce authored and Antoine Pitrou committed 5644c9a45ad
ARROW-15965: [C++][Python] Add Scalar constructor of RoundToMultipleOptions to Python * Improves support for Scalar multiple member in RoundToMultipleOptions (C++ and Python) * Automatic cast for Scalar multiple member * Validates multiple is a positive value Closes #12660 from edponce/ARROW-15965-Add-Scalar-constructor-of-RoundToMultipl Authored-by: Eduardo Ponce <edponce00@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>