jingz-db commented on PR #47878: URL: https://github.com/apache/spark/pull/47878#issuecomment-2447987600
> Could you please try modifying mypy.ini file to ignore errors on proto generated python files? You'll need to move the generated file to proto directory (create a new directory) and add the exclusion. > > https://github.com/apache/spark/blob/413242bea60d7ea46f21e210488bcd4938715165/python/mypy.ini#L183-L185 Thanks for the pointer! Moved proto generated py file under sql/streaming/proto directory and add the entry in the mypy.init file. -- 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]
