grundprinzip commented on code in PR #38485:
URL: https://github.com/apache/spark/pull/38485#discussion_r1012739543


##########
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:
   GRPC does not provide typing information and we don't have any additional 
stubs package installed. The easy way for now is to disable it.
   
   ```
   python/pyspark/sql/connect/client.py:25: error: Skipping analyzing "grpc": 
module is installed, but missing library stubs or py.typed marker  [import]
   ```



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