dongjoon-hyun commented on code in PR #38801: URL: https://github.com/apache/spark/pull/38801#discussion_r1040708581
########## python/pyspark/sql/tests/connect/test_connect_plan_only.py: ########## @@ -17,6 +17,7 @@ from typing import cast import unittest +from pyspark.sql.connect.plan import WriteOperation Review Comment: This is the last piece we need to fix to recover `pyspark-connect` from `pandas` issue for now. Here is the last PR for `pyspark-connect`. - https://github.com/apache/spark/pull/38934 -- 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]
