[
https://issues.apache.org/jira/browse/SPARK-48068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated SPARK-48068:
----------------------------------
Description:
{code}
$ python3 --version
Python 3.10.13
$ dev/lint-python --mypy
starting mypy annotations test...
annotations failed mypy checks:
python/pyspark/sql/pandas/conversion.py:450: error: Unused "type: ignore"
comment [unused-ignore]
Found 1 error in 1 file (checked 1013 source files)
1
{code}
was:
{code}
$ dev/lint-python --mypy
starting mypy annotations test...
annotations failed mypy checks:
python/pyspark/sql/pandas/conversion.py:450: error: Unused "type: ignore"
comment [unused-ignore]
Found 1 error in 1 file (checked 1013 source files)
1
{code}
> Fix `mypy` failure in Python 3.10
> ---------------------------------
>
> Key: SPARK-48068
> URL: https://issues.apache.org/jira/browse/SPARK-48068
> Project: Spark
> Issue Type: Bug
> Components: PySpark
> Affects Versions: 4.0.0
> Reporter: Dongjoon Hyun
> Priority: Major
>
> {code}
> $ python3 --version
> Python 3.10.13
> $ dev/lint-python --mypy
> starting mypy annotations test...
> annotations failed mypy checks:
> python/pyspark/sql/pandas/conversion.py:450: error: Unused "type: ignore"
> comment [unused-ignore]
> Found 1 error in 1 file (checked 1013 source files)
> 1
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]