raulcd commented on code in PR #49189:
URL: https://github.com/apache/arrow/pull/49189#discussion_r2795082261
##########
.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:
I am pretty sure I've seen this conversation popping up somewhere else but I
can't find where.
I think it's reasonable, we did update it 1.5 years ago here but I think
it's time to upgrade:
https://github.com/apache/arrow/commit/6db12f2ca7cccb5f90e1cd0e753d5e92fe3b17bd
Probably worth opening an issue and tracking this individually also to give
visibility to the issue in case there are any concerns.
--
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]