Commits


niranda perera authored and Benjamin Kietzman committed 97a1c264a38
ARROW-12975: [C++][Python] if_else kernel doesn't support upcasting Allowing if-else operation for following use cases ```python >>> pc.if_else([True], [1], [3.5]) ``` Closes #10472 from nirandaperera/ARROW-12975 Authored-by: niranda perera <niranda.perera@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>