[
https://issues.apache.org/jira/browse/ARROW-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661976#comment-17661976
]
Rok Mihevc commented on ARROW-4954:
-----------------------------------
This issue has been migrated to [issue
#21460|https://github.com/apache/arrow/issues/21460] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Python] test failure with Flight enabled
> -----------------------------------------
>
> Key: ARROW-4954
> URL: https://issues.apache.org/jira/browse/ARROW-4954
> Project: Apache Arrow
> Issue Type: Bug
> Components: FlightRPC, Python
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When building with Flight enabled, I get the following failure:
> {code:java}
> Traceback (most recent call last):
> File "/home/antoine/arrow/python/pyarrow/tests/test_array.py", line 43, in
> test_total_bytes_allocated
> assert pa.total_allocated_bytes() == 0
> AssertionError: assert 256 == 0
> + where 256 = <built-in function total_allocated_bytes>()
> + where <built-in function total_allocated_bytes> =
> pa.total_allocated_bytes
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)