itholic commented on code in PR #39638:
URL: https://github.com/apache/spark/pull/39638#discussion_r1073130005


##########
python/pyspark/errors/__init__.py:
##########
@@ -18,9 +18,29 @@
 """
 PySpark exceptions.
 """
-from pyspark.errors.exceptions import PySparkException

Review Comment:
   FYI: The changes here and `python/pyspark/errors/exceptions.py` will come 
from https://github.com/apache/spark/pull/39591 as well.
   
   I manually update these file in advance to manage the test cases.



##########
python/pyspark/errors/exceptions.py:
##########
@@ -15,8 +15,13 @@
 # limitations under the License.
 #
 
-from typing import Dict, Optional, cast

Review Comment:
   ditto.
   
   The changes here will come from https://github.com/apache/spark/pull/39591 
when it's merged.



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

Reply via email to