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