MCPcopy Create free account
hub / github.com/apache/arrow / test_buffer_bounds_error

Function test_buffer_bounds_error

python/pyarrow/tests/test_feather.py:355–365  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

353
354
355def test_buffer_bounds_error(version):
356 # ARROW-1676
357 path = random_path()
358 TEST_FILES.append(path)
359
360 for i in range(16, 256):
361 table = pa.Table.from_arrays(
362 [pa.array([None] + list(range(i)), type=pa.float64())],
363 names=["arr"]
364 )
365 _check_arrow_roundtrip(table)
366
367
368@pytest.mark.numpy

Callers

nothing calls this directly

Calls 5

random_pathFunction · 0.85
listFunction · 0.85
_check_arrow_roundtripFunction · 0.85
appendMethod · 0.45
arrayMethod · 0.45

Tested by

no test coverage detected