ueshin commented on code in PR #52320:
URL: https://github.com/apache/spark/pull/52320#discussion_r2342677888


##########
python/pyspark/sql/tests/connect/arrow/test_parity_arrow_udtf.py:
##########
@@ -22,13 +22,9 @@
 
 
 class ArrowUDTFParityTests(ArrowUDTFTestsMixin, ReusedConnectTestCase):
-    # TODO(SPARK-53323): Support table arguments in Spark Connect Arrow UDTFs
-    @unittest.skip("asTable() is not supported in Spark Connect")
     def test_arrow_udtf_with_table_argument_basic(self):
         super().test_arrow_udtf_with_table_argument_basic()
 
-    # TODO(SPARK-53323): Support table arguments in Spark Connect Arrow UDTFs
-    @unittest.skip("asTable() is not supported in Spark Connect")
     def test_arrow_udtf_with_table_argument_and_scalar(self):
         super().test_arrow_udtf_with_table_argument_and_scalar()

Review Comment:
   Let's remove these and add `pass` on the class body.



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