HyukjinKwon commented on code in PR #47493:
URL: https://github.com/apache/spark/pull/47493#discussion_r1694011602
##########
python/pyspark/sql/dataframe.py:
##########
@@ -30,6 +30,7 @@
overload,
TYPE_CHECKING,
)
+from typing_extensions import Concatenate, ParamSpec
Review Comment:
Isn't this a thirdparty library? We should probably wait till we drop old
Python versions
--
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]