dongjoon-hyun commented on PR #38426:
URL: https://github.com/apache/spark/pull/38426#issuecomment-1295178713

   Thank you, @zhengruifeng . I'll fix `mypy` style check failure at linter.
   ```
   starting mypy annotations test...
   annotations failed mypy checks:
   python/pyspark/sql/tests/connect/test_connect_select_ops.py:29: error: 
Argument 2 to "skipIf" has incompatible type "Optional[str]"; expected "str"  
[arg-type]
   python/pyspark/sql/tests/connect/test_connect_plan_only.py:29: error: 
Argument 2 to "skipIf" has incompatible type "Optional[str]"; expected "str"  
[arg-type]
   python/pyspark/sql/tests/connect/test_connect_column_expressions.py:30: 
error: Argument 2 to "skipIf" has incompatible type "Optional[str]"; expected 
"str"  [arg-type]
   Found 3 errors in 3 files (checked 369 source files)
   1
   Error: Process completed with exit code 1.
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to