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].
[1] #34295
[2] #35395
Sub issues
Component(s)
C++, Python
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].
[1] #34295
[2] #35395
Sub issues
Component(s)
C++, Python