jorisvandenbossche commented on PR #42098: URL: https://github.com/apache/arrow/pull/42098#issuecomment-2160474428
Boolean is another example where the "bool" -> "bool" cast wouldn't be added through some parametrization, and there we explicitly add it: https://github.com/apache/arrow/blob/baf4089eaa84b2a5c2cb437f3a249f83577dbc29/cpp/src/arrow/compute/kernels/scalar_cast_boolean.cc#L50-L53 so probably the easiest is to do that for date32 and date64 as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
