HyukjinKwon commented on code in PR #39359:
URL: https://github.com/apache/spark/pull/39359#discussion_r1060328405


##########
python/pyspark/sql/tests/connect/test_parity_functions.py:
##########
@@ -84,18 +76,10 @@ def test_dayofweek(self):
     def test_explode(self):
         super().test_explode()
 
-    @unittest.skip("Fails in Spark Connect, should enable.")
-    def test_expr(self):
-        super().test_expr()
-
     @unittest.skip("Fails in Spark Connect, should enable.")
     def test_first_last_ignorenulls(self):
         super().test_first_last_ignorenulls()
 
-    @unittest.skip("Fails in Spark Connect, should enable.")

Review Comment:
   Let's skip this one. This one requires to use `self.sc`



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