201573 commented on PR #55743: URL: https://github.com/apache/spark/pull/55743#issuecomment-4399673614
Thanks for pointing this out. I removed that remaining NumPy version guard as well and fixed the ruff formatting failure from the fork run. Verified locally: - `PYTHON_EXECUTABLE=/tmp/spark-56765-mypy-venv/bin/python ./dev/lint-python --compile` - `PATH=/tmp/spark-56765-mypy-venv/bin:$PATH PYTHON_EXECUTABLE=/tmp/spark-56765-mypy-venv/bin/python ./dev/lint-python --ruff` - `SPARK_HOME=/tmp/spark-pr55743-worktree-1bc6 python3 python/run-tests.py --python-executables=/tmp/spark-56765-mypy-venv/bin/python --testnames pyspark.pandas.tests.computation.test_apply_func` -- 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]
