xinrong-databricks removed a comment on pull request #33250: URL: https://github.com/apache/spark/pull/33250#issuecomment-875996359
```py (pyspark-dev-pd-1.0.1) ~/spark (SPARK-36035)$ python/run-tests --testnames 'pyspark.pandas.tests.data_type_ops.test_num_ops IntegralExtensionOpsTest.test_astype' Running PySpark tests. Output is in /Users/xinrong.meng/spark/python/unit-tests.log Will test against the following Python executables: ['/miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3'] Will test the following Python tests: ['pyspark.pandas.tests.data_type_ops.test_num_ops IntegralExtensionOpsTest.test_astype'] /miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3 python_implementation is CPython /miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3 version is: Python 3.8.0 Starting test(/miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3): pyspark.pandas.tests.data_type_ops.test_num_ops IntegralExtensionOpsTest.test_astype Finished test(/miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3): pyspark.pandas.tests.data_type_ops.test_num_ops IntegralExtensionOpsTest.test_astype (19s) Tests passed in 19 seconds ``` ```py (pyspark-dev-pd-1.0.1) ~/spark (SPARK-36035)$ python/run-tests --testnames 'pyspark.pandas.tests.data_type_ops.test_boolean_ops BooleanExtensionOpsTest.test_astype' Running PySpark tests. Output is in /Users/xinrong.meng/spark/python/unit-tests.log Will test against the following Python executables: ['/miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3'] Will test the following Python tests: ['pyspark.pandas.tests.data_type_ops.test_boolean_ops BooleanExtensionOpsTest.test_astype'] /miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3 python_implementation is CPython /miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3 version is: Python 3.8.0 Starting test(/miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3): pyspark.pandas.tests.data_type_ops.test_boolean_ops BooleanExtensionOpsTest.test_astype Finished test(/miniconda2/envs/pyspark-dev-pd-1.0.1/bin/python3): pyspark.pandas.tests.data_type_ops.test_boolean_ops BooleanExtensionOpsTest.test_astype (11s) Tests passed in 11 seconds ``` -- 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]
