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
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 <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
0 commit comments