HyukjinKwon commented on code in PR #44778:
URL: https://github.com/apache/spark/pull/44778#discussion_r1456908005
##########
python/pyspark/sql/tests/pandas/test_pandas_udf_scalar.py:
##########
@@ -1320,6 +1322,7 @@ def f4_iter(it):
self.assertEqual(expected_multi, df_multi_1.collect())
self.assertEqual(expected_multi, df_multi_2.collect())
+ @unittest.skipIf(not have_grpcio, grpcio_requirement_message)
Review Comment:
@xinrong-meng and @zhengruifeng this is from
https://github.com/apache/spark/commit/7c7b9585a2aba7bbd52c197b07ed0181ae049c75.
Can we separate the connect test into separate connect directory? Ideally this
place should not require connect dependencies
--
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]