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


##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -220,6 +220,29 @@ def test_create_global_temp_view(self):
             with self.assertRaises(_MultiThreadedRendezvous):

Review Comment:
   hmmm I guess that was gone during code conflict and resolution then good fix 
is gone.



##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -220,6 +220,29 @@ def test_create_global_temp_view(self):
             with self.assertRaises(_MultiThreadedRendezvous):
                 self.connect.sql("SELECT 1 AS X LIMIT 
0").createGlobalTempView("view_1")
 
+    def test_select_expr(self):
+        self.assert_eq(

Review Comment:
   done.



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

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


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

Reply via email to