Commits


Joris Van den Bossche authored and GitHub committed 129a5291a26
GH-39788: [Python] Validate max_chunksize in Table.to_batches (#39796) ### Rationale for this change Validating the keyword to be strictly positive, to avoid an infinite loop. * Closes: #39788 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>