zhengruifeng commented on PR #37888: URL: https://github.com/apache/spark/pull/37888#issuecomment-1248909625
this PR doesn't cover the newly added `groupby.quantile`: ``` starting python compilation test... python compilation succeeded. starting black test... black checks passed. starting flake8 test... flake8 checks passed. starting mypy annotations test... annotations failed mypy checks: python/pyspark/pandas/window.py:112: error: Module has no attribute "lit" [attr-defined] Found 1 error in 1 file (checked 340 source files) 1 ``` fixed in https://github.com/apache/spark/pull/37908 -- 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]
