GH-40379: [Python] Fix byte_width for binary(0) + fix hypothesis tests#40381
GH-40379: [Python] Fix byte_width for binary(0) + fix hypothesis tests#40381pitrou merged 4 commits intoapache:mainfrom
Conversation
|
|
|
@github-actions crossbow submit test-conda-python-3.11-hypothesis |
|
Revision: 982866a Submitted crossbow builds: ursacomputing/crossbow @ actions-fd63f80e3a
|
| elif pa.types.is_list_view(ty): | ||
| value = _pylist(ty.value_type, size=size, nullable=nullable) | ||
| elif pa.types.is_large_list_view(ty): | ||
| value = _pylist(ty.value_type, size=size, nullable=nullable) |
There was a problem hiding this comment.
Do we want to create issues to add REE and StringView support as well?
|
@github-actions crossbow submit hypothesis |
|
Revision: 13eb29f Submitted crossbow builds: ursacomputing/crossbow @ actions-88ac61f97a
|
|
After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit ed5e1b4. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Fixing the hypothesis tests:
byte_widthattribute discovered by hypothesis (introduced by GH-39277: [Python] Fix missing byte_width attribute on DataType class #39592)