1fanwang commented on code in PR #51246:
URL: https://github.com/apache/arrow/pull/51246#discussion_r3978780389
##########
python/pyarrow/tests/test_io.py:
##########
@@ -1216,6 +1217,24 @@ def test_memory_map_resize(tmpdir):
assert f.read() == bytes(arr[:SIZE])
+def test_memory_map_resize_uninitialized():
Review Comment:
Done in
https://github.com/apache/arrow/pull/51246/commits/1a2052d26950354bccaab926fcef05184e9f2ddc.
The subprocess only guarded the crash this change removes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]