bpo-44342: [Enum] fix data type search (GH-26667)
In an inheritance chain of int -> my_int -> final_int the data type is now final_int (not my_int) (cherry picked from commit 3a7cccfd) Co-authored-by:Ethan Furman <ethan@stoneleaf.us> Co-authored-by:
Ethan Furman <ethan@stoneleaf.us>
Loading
Please register or sign in to comment