Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ func
Function
func
python/scripts/test_leak.py:54–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
table = pa.Table.from_arrays(data, [
'foo'
])
53
54
def
func():
55
table.to_pandas()
56
assert_does_not_leak(func)
57
58
Callers
nothing calls this directly
Calls
6
len
Function · 0.85
RecordBatchFileWriter
Method · 0.80
write_batch
Method · 0.80
BufferReader
Method · 0.80
close
Method · 0.45
write_table
Method · 0.45
Tested by
no test coverage detected