Commits


Rok authored and Antoine Pitrou committed 70b8a8248fb
ARROW-15919: [C++] Add function not commutative with timestamps & duration maths This is to resolve [ARROW-15919](https://issues.apache.org/jira/browse/ARROW-15919). It adds commutativity to kernels: * `add/add_checked(timestamp, duration)->timestamp` * `add/add_checked(time32/64, duration)->time32/64` * `add/add_checked(date32/64, duration)->date32/64` Closes #12612 from rok/ARROW-15919 Authored-by: Rok <rok@mihevc.org> Signed-off-by: Antoine Pitrou <antoine@python.org>