Commits


Joris Van den Bossche authored and GitHub committed 241b99acbb9
GH-37411: [C++][Python] Add string -> date cast kernel (fix python scalar cast) (#38038) ### Rationale for this change Adding `string -> date32/date64` cast kernels, which then also fixes the pyarrow scalar cast method (which was earlier refactored to rely on the general cast kernels) * Closes: #37411 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>