ueshin edited a comment on pull request #32867:
URL: https://github.com/apache/spark/pull/32867#issuecomment-870809700


   I'm sorry the the late review, but is this triggering unit tests? I don't 
see any test cases running.
   
   - https://github.com/apache/spark/runs/2940354315
   
   ```
   ========================================================================
   Running PySpark tests
   ========================================================================
   Running PySpark tests. Output is in /__w/spark/spark/python/unit-tests.log
   Will test against the following Python executables: ['python3.6', 
'python3.9', 'pypy3']
   Will test the following Python modules: ['pyspark-pandas-slow']
   python3.6 python_implementation is CPython
   python3.6 version is: Python 3.6.13
   python3.9 python_implementation is CPython
   python3.9 version is: Python 3.9.5
   pypy3 python_implementation is PyPy
   pypy3 version is: Python 3.7.10 (7.3.5+dfsg-1~ppa1~ubuntu20.04, May 23 2021, 
14:57:07)
   [PyPy 7.3.5 with GCC 9.3.0]
   Starting test(python3.6): pyspark.pandas.generic
   Starting test(python3.6): pyspark.pandas.frame
   Finished test(python3.6): pyspark.pandas.generic (127s)
   Starting test(python3.6): pyspark.pandas.series
   Finished test(python3.6): pyspark.pandas.series (197s)
   Starting test(python3.9): pyspark.pandas.frame
   Finished test(python3.6): pyspark.pandas.frame (465s)
   Starting test(python3.9): pyspark.pandas.generic
   Finished test(python3.9): pyspark.pandas.generic (120s)
   Starting test(python3.9): pyspark.pandas.series
   Finished test(python3.9): pyspark.pandas.frame (440s)
   Finished test(python3.9): pyspark.pandas.series (179s)
   Tests passed in 766 seconds
   ```
   
   - before the commit https://github.com/apache/spark/runs/2939324068
   
   ```
   ========================================================================
   Running PySpark tests
   ========================================================================
   Running PySpark tests. Output is in /__w/spark/spark/python/unit-tests.log
   Will test against the following Python executables: ['python3.6', 
'python3.9', 'pypy3']
   Will test the following Python modules: ['pyspark-pandas-slow']
   python3.6 python_implementation is CPython
   python3.6 version is: Python 3.6.13
   python3.9 python_implementation is CPython
   python3.9 version is: Python 3.9.5
   pypy3 python_implementation is PyPy
   pypy3 version is: Python 3.7.10 (7.3.5+dfsg-1~ppa1~ubuntu20.04, May 23 2021, 
14:57:07)
   [PyPy 7.3.5 with GCC 9.3.0]
   Starting test(python3.6): pyspark.pandas.tests.indexes.test_base
   Starting test(python3.6): pyspark.pandas.tests.indexes.test_datetime
   Finished test(python3.6): pyspark.pandas.tests.indexes.test_datetime (262s)
   Starting test(python3.6): pyspark.pandas.tests.test_dataframe
   Finished test(python3.6): pyspark.pandas.tests.indexes.test_base (301s)
   Starting test(python3.6): pyspark.pandas.tests.test_groupby
   Finished test(python3.6): pyspark.pandas.tests.test_dataframe (394s) ... 3 
tests were skipped
   Starting test(python3.6): pyspark.pandas.tests.test_indexing
   Finished test(python3.6): pyspark.pandas.tests.test_indexing (180s) ... 5 
tests were skipped
   Starting test(python3.6): pyspark.pandas.tests.test_ops_on_diff_frames
   Finished test(python3.6): pyspark.pandas.tests.test_groupby (559s)
   Starting test(python3.6): 
pyspark.pandas.tests.test_ops_on_diff_frames_groupby
   Finished test(python3.6): 
pyspark.pandas.tests.test_ops_on_diff_frames_groupby (202s)
   Starting test(python3.6): pyspark.pandas.tests.test_series
   Finished test(python3.6): pyspark.pandas.tests.test_ops_on_diff_frames 
(392s) ... 2 tests were skipped
   Starting test(python3.6): pyspark.pandas.tests.test_stats
   Finished test(python3.6): pyspark.pandas.tests.test_stats (102s)
   Starting test(python3.9): pyspark.pandas.tests.indexes.test_base
   Finished test(python3.6): pyspark.pandas.tests.test_series (301s) ... 2 
tests were skipped
   Starting test(python3.9): pyspark.pandas.tests.indexes.test_datetime
   Finished test(python3.9): pyspark.pandas.tests.indexes.test_base (270s)
   Starting test(python3.9): pyspark.pandas.tests.test_dataframe
   Finished test(python3.9): pyspark.pandas.tests.indexes.test_datetime (243s)
   Starting test(python3.9): pyspark.pandas.tests.test_groupby
   Finished test(python3.9): pyspark.pandas.tests.test_dataframe (368s) ... 1 
tests were skipped
   Starting test(python3.9): pyspark.pandas.tests.test_indexing
   Finished test(python3.9): pyspark.pandas.tests.test_groupby (514s)
   Starting test(python3.9): pyspark.pandas.tests.test_ops_on_diff_frames
   Finished test(python3.9): pyspark.pandas.tests.test_indexing (200s) ... 5 
tests were skipped
   Starting test(python3.9): 
pyspark.pandas.tests.test_ops_on_diff_frames_groupby
   Finished test(python3.9): 
pyspark.pandas.tests.test_ops_on_diff_frames_groupby (193s)
   Starting test(python3.9): pyspark.pandas.tests.test_series
   Finished test(python3.9): pyspark.pandas.tests.test_ops_on_diff_frames (430s)
   Starting test(python3.9): pyspark.pandas.tests.test_stats
   Finished test(python3.9): pyspark.pandas.tests.test_series (291s) ... 1 
tests were skipped
   Starting test(python3.6): pyspark.pandas.frame
   Finished test(python3.9): pyspark.pandas.tests.test_stats (104s)
   Starting test(python3.6): pyspark.pandas.generic
   Finished test(python3.6): pyspark.pandas.generic (113s)
   Starting test(python3.6): pyspark.pandas.series
   Finished test(python3.6): pyspark.pandas.series (162s)
   Starting test(python3.9): pyspark.pandas.frame
   Finished test(python3.6): pyspark.pandas.frame (386s)
   Starting test(python3.9): pyspark.pandas.generic
   Finished test(python3.9): pyspark.pandas.generic (102s)
   Starting test(python3.9): pyspark.pandas.series
   Finished test(python3.9): pyspark.pandas.series (152s)
   Finished test(python3.9): pyspark.pandas.frame (364s)
   Tests passed in 3301 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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to