attilapiros commented on pull request #31735: URL: https://github.com/apache/spark/pull/31735#issuecomment-790853441
@eddyxu Could you please check the failed test? https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135740/consoleText: ``` Starting test(pypy3): pyspark.sql.tests.test_pandas_udf_scalar Traceback (most recent call last): File "/usr/lib/pypy3.6-7.2.0-linux_x86_64-portable/lib-python/3/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/pypy3.6-7.2.0-linux_x86_64-portable/lib-python/3/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/sql/tests/test_pandas_udf_scalar.py", line 29, in <module> from pyspark.ml.linalg import DenseVector, VectorUDT File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/ml/__init__.py", line 22, in <module> from pyspark.ml.base import Estimator, Model, Predictor, PredictionModel, \ File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/ml/base.py", line 25, in <module> from pyspark.ml.param.shared import HasInputCol, HasOutputCol, HasLabelCol, HasFeaturesCol, \ File "/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/ml/param/__init__.py", line 21, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy' Had test failures in pyspark.sql.tests.test_pandas_udf_scalar with pypy3; see logs. [error] running /home/jenkins/workspace/SparkPullRequestBuilder/python/run-tests --modules=pyspark-sql,pyspark-mllib,pyspark-ml --parallelism=8 ; received return code 255 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
