viirya commented on PR #50327:
URL: https://github.com/apache/arrow/pull/50327#issuecomment-4919614637

   Note on the two red CI jobs — both are unrelated to this change:
   
   - **AMD64 macOS 15-intel Python 3**: the only failure is 
`test_s3fs_limited_permissions_create_bucket`, an S3/minio fixture issue (the 
`mc admin` subprocess dies with SIGPIPE before the filesystem is exercised). 
The same job passes 7616 tests, including all array/scalar/conversion tests. 
The same flake also hit the previous commit's run.
   - **AMD64 Conda Python 3.11 Sphinx & Numpydoc**: two doctest failures in 
code this PR doesn't touch — `Table.join_asof` (the example's output chunking 
varies with task scheduling: `[[1,3],[2,3,3]]` vs `[[1,3,2,3,3]]`) and 
`default_memory_pool` (environment-dependent). The same job passed on the first 
commit of this PR with the same doctests.
   


-- 
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]

Reply via email to