Commits


Joris Van den Bossche authored and GitHub committed d3ae78855c4
MINOR: [Python] Avoid failing pyarrow compute test on leap day (#40288) ### Rationale for this change Avoid creation of invalid datetimes when it is Feb 29, avoiding to have to investigate every four years why a lot of tests are failing Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>