You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/27 08:39:50 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #39236: [SPARK-41068][CONNECT][PYTHON] Implement `DataFrame.stat.corr`

zhengruifeng commented on code in PR #39236:
URL: https://github.com/apache/spark/pull/39236#discussion_r1057527990


##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -970,6 +972,11 @@ def test_show(self):
         expected = "+---+---+\n|  X|  Y|\n+---+---+\n|  1|  2|\n+---+---+\n"
         self.assertEqual(show_str, expected)
 
+    def test_stat_corr(self):

Review Comment:
   what about create a df with `spark.sql(...)` and compare the results between PySpark and Connnect?



-- 
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-unsubscribe@spark.apache.org

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


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