Commits


Raúl Cumplido authored and GitHub committed 984519dd776
GH-45129: [Python][C++] Fix usage of deprecated C++ functionality on pyarrow (#45189) ### Rationale for this change We are using two C++ deprecated APIs: - we are using decimal instead of smallest_decimal - we are using Arrow:Status on GetRecordBatchReader instead of Arrow::Result ### What changes are included in this PR? Update code to use non deprecated functions. ### Are these changes tested? Yes via CI with existing tests. ### Are there any user-facing changes? No * GitHub Issue: #45129 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>