HyukjinKwon commented on pull request #33964:
URL: https://github.com/apache/spark/pull/33964#issuecomment-919629136
except that mypy fails:
```
mypy checks failed:
python/pyspark/pandas/indexing.py:1668: error: Incompatible types in
assignment (expression has type "List[<nothing>]", variable has type "Column")
python/pyspark/pandas/indexing.py:1671: error: "Column" not callable
python/pyspark/pandas/indexing.py:1672: error: Unsupported left operand type
for | ("object")
Found 3 errors in 1 file (checked 315 source files)
```
cc @ueshin too fyi for a second look
--
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]