David Li created ARROW-14105:
--------------------------------
Summary: [C++] Reconcile type promotion rules between if_else,
case_when, coalesce, select
Key: ARROW-14105
URL: https://issues.apache.org/jira/browse/ARROW-14105
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: David Li
Assignee: David Li
These functions are all conceptually similar and need to promote argument types
to a common type. Right now they all have different type promotion heuristics,
and there are a few in-progress PRs to improve type support; once those land,
we should also reconcile the type promotion logic they use - presumably, all of
them should be able to use the exact same logic in the end.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)