MaxGekk commented on PR #42806:
URL: https://github.com/apache/spark/pull/42806#issuecomment-1707809729

   Isn't this error related to your changes?
   ```
   starting mypy annotations test...
   annotations failed mypy checks:
   python/pyspark/sql/connect/client/reattach.py:149: error: Incompatible types 
in assignment (expression has type "None", variable has type 
"Iterator[ExecutePlanResponse]")  [assignment]
   python/pyspark/sql/connect/client/reattach.py:254: error: Incompatible types 
in assignment (expression has type "None", variable has type 
"Iterator[ExecutePlanResponse]")  [assignment]
   
python/pyspark/sql/connect/client/reattach.py:[25](https://github.com/apache/spark/actions/runs/6093065151/job/16532169212#step:19:26)8:
 error: Incompatible types in assignment (expression has type "None", variable 
has type "Iterator[ExecutePlanResponse]")  [assignment]
   Found 3 errors in 1 file (checked 703 source files)
   ```


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