HyukjinKwon commented on a change in pull request #34931:
URL: https://github.com/apache/spark/pull/34931#discussion_r773726815



##########
File path: python/pyspark/pandas/tests/test_dataframe.py
##########
@@ -5779,14 +5779,92 @@ def test_astype(self):
             psdf.astype({"c": float})
 
     def test_describe(self):
-        psdf = self.psdf

Review comment:
       Can we add another test case after updating `pdf`?
   
   ```python
   pdf.a += pdf.a
   ```
   
   ? I think we should make sure updated Spark columns are reflected 
accordingly.




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