Commits


Joris Van den Bossche authored and GitHub committed ed5e1b4166c
GH-40379: [Python] Fix byte_width for binary(0) + fix hypothesis tests (#40381) ### Rationale for this change Fixing the hypothesis tests: - fixup untested changes to the strategies from https://github.com/apache/arrow/pull/40160 - fix a bug in the `byte_width` attribute discovered by hypothesis (introduced by https://github.com/apache/arrow/pull/39592) * GitHub Issue: #40379 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>