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


##########
python/pyspark/sql/tests/connect/test_parity_functions.py:
##########
@@ -34,6 +34,14 @@ def test_function_parity(self):
     def test_input_file_name_reset_for_rdd(self):
         super().test_input_file_name_reset_for_rdd()
 
+    @unittest.skip("SPARK-50050: Spark Connect should support str ndarray.")
+    def test_str_ndarray(self):
+        super().test_str_ndarray()
+
+    @unittest.skip("SPARK-50051: Spark Connect should empty ndarray.")
+    def test_empty_ndarray(self):
+        super().test_empty_ndarray()

Review Comment:
   existing connect side implementation is based on `array` function, so can 
not support empty ndarray, needs more investigation.



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