HyukjinKwon commented on code in PR #46297: URL: https://github.com/apache/spark/pull/46297#discussion_r1587187092
########## python/pyspark/sql/tests/connect/client/test_client.py: ########## @@ -18,13 +18,15 @@ import unittest import uuid from collections.abc import Generator -from typing import Optional, Any +from typing import Optional, Any, Union +from parameterized import parameterized Review Comment: ```suggestion ``` -- 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]
