itholic commented on PR #42388:
URL: https://github.com/apache/spark/pull/42388#issuecomment-1676515460

   I don't see any relevant log for the test failure from result as below:
   ```
   Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
     test_series_iloc_setitem 
(pyspark.pandas.tests.connect.diff_frames_ops.test_parity_setitem_series.DiffFramesParitySetItemSeriesTests)
 ... 
   [Stage 0:>                                                          (0 + 2) 
/ 2]
   
                                                                                
   
   /__w/spark/spark/python/pyspark/pandas/utils.py:1016: 
PandasAPIOnSparkAdviceWarning: `to_pandas` loads all data into the driver's 
memory. It should only be used if the resulting pandas Series is expected to be 
small.
     warnings.warn(message, PandasAPIOnSparkAdviceWarning)
   /__w/spark/spark/python/pyspark/pandas/utils.py:1016: 
PandasAPIOnSparkAdviceWarning: `to_pandas` loads all data into the driver's 
memory. It should only be used if the resulting pandas DataFrame is expected to 
be small.
     warnings.warn(message, PandasAPIOnSparkAdviceWarning)
   /__w/spark/spark/python/pyspark/pandas/utils.py:1016: 
PandasAPIOnSparkAdviceWarning: `to_pandas` loads all data into the driver's 
memory. It should only be used if the resulting pandas Series is expected to be 
small.
     warnings.warn(message, PandasAPIOnSparkAdviceWarning)
   /__w/spark/spark/python/pyspark/pandas/utils.py:1016: 
PandasAPIOnSparkAdviceWarning: `to_pandas` loads all data into the driver's 
memory. It should only be used if the resulting pandas Series is expected to be 
small.
     warnings.warn(message, PandasAPIOnSparkAdviceWarning)
   /__w/spark/spark/python/pyspark/pandas/utils.py:1016: 
PandasAPIOnSparkAdviceWarning: `to_pandas` loads all data into the driver's 
memory. It should only be used if the resulting pandas DataFrame is expected to 
be small.
     warnings.warn(message, PandasAPIOnSparkAdviceWarning)
   /__w/spark/spark/python/pyspark/pandas/utils.py:1016: 
PandasAPIOnSparkAdviceWarning: `to_pandas` loads all data into the driver's 
memory. It should only be used if the resulting pandas Series is expected to be 
small.
     warnings.warn(message, PandasAPIOnSparkAdviceWarning)
   
   Had test failures in 
pyspark.pandas.tests.connect.diff_frames_ops.test_parity_setitem_series with 
python3.9; see logs.
   
   ```
   
   But I roughly suspect that it's failing with timeout (it's even succeed from 
my local testing).
   
   Let me try to separate the test and see if it pass.
   


-- 
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]

Reply via email to