[ https://issues.apache.org/jira/browse/ARROW-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-4954: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/21460 > [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)