grundprinzip commented on code in PR #38485: URL: https://github.com/apache/spark/pull/38485#discussion_r1012754606
########## python/pyspark/sql/tests/connect/test_connect_basic.py: ########## @@ -18,6 +18,9 @@ import unittest import shutil import tempfile + +import grpc # type: ignore Review Comment: I moved the pandas import arround :) but the grpc import cannot be really moved because even the proto generated code has a grpc dependency and will fail there. -- 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]
