-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the enhancement requested
Let's delete the legacy implementation Scalar.CastTo() from Arrow.
Arrow has a compute kernel for cast operations that is now included in the base library[1]. PyArrow has migrated Scalar cast usage to this computer kernel[2].
Sub issues
- [C++] Add Compute Kernel for Casting from String to Dictionary #39049
- [C++] Add Compute Kernel for Casting between Different Timestamp Types #39050
- [C++] Add Compute Kernel for Casting from list_view to list #39051
Component(s)
C++, Python