dongjoon-hyun commented on PR #49720:
URL: https://github.com/apache/spark/pull/49720#issuecomment-2620510931
I verified this manually with `pypy`.
```
$ python/run-tests --testnames pyspark.sql.tests.test_udtf
Running PySpark tests. Output is in
/Users/dongjoon/APACHE/spark-merge/python/unit-tests.log
Will test against the following Python executables: ['python3.9', 'pypy3']
Will test the following Python tests: ['pyspark.sql.tests.test_udtf']
python3.9 python_implementation is CPython
python3.9 version is: Python 3.9.6
pypy3 python_implementation is PyPy
pypy3 version is: Python 3.10.14 (39dc8d3c85a7, Aug 27 2024, 20:40:24)
[PyPy 7.3.17 with GCC Apple LLVM 15.0.0 (clang-1500.3.9.4)]
Starting test(python3.9): pyspark.sql.tests.test_udtf (temp output:
/Users/dongjoon/APACHE/spark-merge/python/target/28b3eb49-15a4-4601-8db0-218a23c31111/python3.9__pyspark.sql.tests.test_udtf__0rzn_8ml.log)
Starting test(pypy3): pyspark.sql.tests.test_udtf (temp output:
/Users/dongjoon/APACHE/spark-merge/python/target/8fd56618-cdb0-4318-8f98-7b9ca4939f3d/pypy3__pyspark.sql.tests.test_udtf__zeg3y8jr.log)
Finished test(python3.9): pyspark.sql.tests.test_udtf (22s) ... 119 tests
were skipped
Finished test(pypy3): pyspark.sql.tests.test_udtf (25s) ... 120 tests were
skipped
Tests passed in 25 seconds
Skipped tests in pyspark.sql.tests.test_udtf with pypy3:
...
test_udtf_segfault (pyspark.sql.tests.test_udtf.UDTFTests) ... skipped
'cannot run in environment pypy'
...
```
--
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]