Reranko05 opened a new pull request, #48899: URL: https://github.com/apache/arrow/pull/48899
This PR reorganizes Python array tests by moving NumPy-specific tests out of `python/pyarrow/tests/test_array.py` into a new file, `python/pyarrow/tests/test_array_numpy.py`. The goal is to keep `test_array.py` focused on core Arrow array behavior while isolating tests that depend on NumPy, which is an optional runtime dependency. What this PR does: - Moves tests explicitly marked with `@pytest.mark.numpy` into a separate file - Keeps test logic, assertions, and coverage unchanged - Reduces the size and scope of `test_array.py` - Improves test organization and maintainability What this PR does NOT do: - No behavioral or functional changes - No new tests added - No changes to NumPy or Arrow semantics Related issue: GH-43510 -- 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]
