tadeja commented on code in PR #49189:
URL: https://github.com/apache/arrow/pull/49189#discussion_r2793822832


##########
.github/workflows/python.yml:
##########
@@ -173,7 +175,8 @@ jobs:
       ARROW_WITH_SNAPPY: ON
       ARROW_WITH_BROTLI: ON
       ARROW_BUILD_TESTS: OFF
-      PYARROW_TEST_LARGE_MEMORY: ON
+      PYARROW_TEST_LARGE_MEMORY: ${{ matrix.large-memory-tests }}
+      PYTEST_ARGS: "--durations=40 -v"
       # Current oldest supported version according to 
https://endoflife.date/macos
       MACOSX_DEPLOYMENT_TARGET: 12.0

Review Comment:
   [Tried setting MACOSX_DEPLOYMENT_TARGET: 14.0 
](https://github.com/apache/arrow/pull/49189/changes#diff-092659a9bd0068791326fb1d08f005532e5aeb983b999a7bd32c51deee0a71d5R181)
 and having large memory tests reenabled for macOS 15-intel but there isn't any 
timing improvement for either macOS.
   15-intel is back to being cancelled at 60m while it's at 91% of the longest 
test_pandas.py
   
https://github.com/apache/arrow/actions/runs/21907459012/job/63251481075?pr=49189#step:10:248



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