emecii commented on PR #51277: URL: https://github.com/apache/arrow/pull/51277#issuecomment-5615020953
Fixed the MinGW temporary-file cleanup failure in b39e1a5d1. The new path test passed its assertions but retained the memory-mapped reader after the `.open` block, causing Windows to reject `Tempfile` deletion. The test now explicitly releases the reader in `ensure`. Validated with a native mapping check that fails before the change and passes afterward, the full local Red Parquet suite (18 tests, 24 assertions), and the GLib suite (2,247 tests, zero failures/errors; 173 unavailable-feature omissions). Ruby syntax, RuboCop, and RAT checks pass. The hosted Windows rerun is pending. -- 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]
