HyukjinKwon commented on code in PR #42135:
URL: https://github.com/apache/spark/pull/42135#discussion_r1272931830
##########
python/pyspark/sql/tests/connect/test_parity_udtf.py:
##########
@@ -104,6 +106,23 @@ def terminate(self):
with self.assertRaisesRegex(SparkConnectGrpcException, err_msg):
TestUDTF(lit(1)).show()
+ @unittest.skip("Spark Connect does not support broadcast but the test
depends on it.")
+ def test_udtf_with_analyze_using_broadcast(self):
+ super().test_udtf_with_analyze_using_broadcast()
+
+ @unittest.skip("Spark Connect does not support accumulator but the test
depends on it.")
+ def test_udtf_with_analyze_using_accumulator(self):
+ super().test_udtf_with_analyze_using_accumulator()
+
+ def _add_pyfile(self, path):
Review Comment:
Nice, I like it.
--
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]