-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.13.0
-
Labels:
When building with Flight enabled, I get the following failure:
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
- links to