LuciferYang commented on code in PR #52429:
URL: https://github.com/apache/spark/pull/52429#discussion_r2374036348
##########
.github/workflows/python_hosted_runner_test.yml:
##########
@@ -59,7 +59,8 @@ jobs:
build:
name: "PySpark test on macos: ${{ matrix.modules }}"
runs-on: ${{ inputs.os }}
- timeout-minutes: 120
+ # TODO(SPARK-53605): Restore pyspark execution timeout to 2 hours after
fixing test_pandas_transform_with_state
Review Comment:
I suggest adding a skip condition for the relevant tests, such as one based
on an environment variable. Then, set this variable to `true` in the current
Github Actions to skip the tests.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]