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/01 19:13:54 UTC

[GitHub] [spark] amaliujia commented on a diff in pull request #38863: [SPARK-41351][CONNECT] Column should support != operator

amaliujia commented on code in PR #38863:
URL: https://github.com/apache/spark/pull/38863#discussion_r1037476750


##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -870,6 +870,11 @@ def test_agg_with_avg(self):
         self.assertEqual(4.0, res[0][1])
         self.assertEqual(5.0, res[1][1])
 
+    def test_column_operator(self):

Review Comment:
   nit: maybe we should move all such tests to `test_connect_functions.py`?



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