Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
If_else kernel requires following additional type supportĀ
- Decimal type (trivial as there's fixed sized binary support already)
- Dict type
- Union Type
- Timestamp with time zone
- Lists
- Structs
Attachments
Issue Links
- is depended upon by
-
ARROW-14659 [R] Remove warning about factor conversion to string in if_else()
- Resolved
-
ARROW-14649 [R] Include unused factor levels in coalesce() and if_else() output
- Open
- is duplicated by
-
ARROW-13932 [C++] if_else kernel doesn't accept all types
- Closed
- is related to
-
ARROW-14105 [C++] Reconcile type promotion rules between if_else, case_when, coalesce, select
- Open
-
ARROW-14177 [C++] Optimize dictionary support in kernels/Support nulls in DictionaryUnifier
- Open
- relates to
-
ARROW-12955 [C++] Add additional type support for if_else kernel
- Resolved
-
ARROW-13390 [C++] Improve type support for 'coalesce' kernel
- Resolved
- links to