Antoine Pitrou created ARROW-4954:
-------------------------------------
Summary: [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
Fix For: 0.13.0
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
(v7.6.3#76005)