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-46417: [C++][Parquet] Fix UB in LoadEnumSafe for EdgeInterpolationAlgorithm (#46418)
### Rationale for this change
The previous fix ( #46307 ) introduce an another ub.
### What changes are included in this PR?
Fix the ub with `internal::LoadEnumRaw` which casts enum to int.
### Are these changes tested?
Covered by existing
### Are there any user-facing changes?
no
* GitHub Issue: #46417
Authored-by: mwish <[email protected]>
Signed-off-by: mwish <[email protected]>
0 commit comments