ueshin opened a new pull request #32614:
URL: https://github.com/apache/spark/pull/32614


   ### What changes were proposed in this pull request?
   
   Sets up the `mypy` configuration to enable `disallow_untyped_defs` check for 
pandas APIs on Spark module.
   
   ### Why are the changes needed?
   
   Currently many functions in the main codes in pandas APIs on Spark module 
are still missing type annotations and disabled `mypy` check 
`disallow_untyped_defs`.
   
   We should add more type annotations and enable the mypy check.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes.
   This PR adds more type annotations in pandas APIs on Spark module, which can 
impact interaction with development tools for users.
   
   ### How was this patch tested?
   
   The mypy check with a new configuration and existing tests should pass.
   


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

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