zero323 commented on pull request #34466: URL: https://github.com/apache/spark/pull/34466#issuecomment-964946259
Also, we have a bunch of typing tests failures ``` python/pyspark/sql/functions.py:2159: error: Item "None" of "Optional[SparkContext]" has no attribute "_jvm" [union-attr] python/pyspark/sql/avro/functions.py:76: error: Name "cast" is not defined [name-defined] python/pyspark/sql/avro/functions.py:76: note: Did you forget to import it from "typing"? (Suggestion: "from typing import cast") python/pyspark/sql/avro/functions.py:120: error: Name "cast" is not defined [name-defined] python/pyspark/sql/avro/functions.py:120: note: Did you forget to import it from "typing"? (Suggestion: "from typing import cast") ``` -- 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]
