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
The result_internal.h file contains only the definition of ASSIGN_OR_RAISE and thus can be removed because ARROW_ASSIGN_OR_RAISE is preferred over ASSIGN_OR_RAISE.
Component(s)
C++
The text was updated successfully, but these errors were encountered:
### Rationale for this change
The result_internal.h file contains only the definition of `ASSIGN_OR_RAISE` and thus can be removed because `ARROW_ASSIGN_OR_RAISE` is preferred over `ASSIGN_OR_RAISE`.
### What changes are included in this PR?
Remove result_internal.h and use `ARROW_ASSIGN_OR_RAISE` to replace `ASSIGN_OR_RAISE`.
### Are these changes tested?
Pass CI.
### Are there any user-facing changes?
No.
* GitHub Issue: #45075
Authored-by: Gang Wu <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
The result_internal.h file contains only the definition of
ASSIGN_OR_RAISE
and thus can be removed becauseARROW_ASSIGN_OR_RAISE
is preferred overASSIGN_OR_RAISE
.Component(s)
C++
The text was updated successfully, but these errors were encountered: