spark-instrumented-optimizer/python/pyspark/pandas/spark
Takuya UESHIN 2a335f2d7d [SPARK-34941][PYTHON] Fix mypy errors and enable mypy check for pandas-on-Spark
### What changes were proposed in this pull request?

Fixes `mypy` errors and enables `mypy` check for pandas-on-Spark.

### Why are the changes needed?

The `mypy` check for pandas-on-Spark was disabled when the initial porting.
It should be enabled again; otherwise we will miss type checking errors.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

The enabled `mypy` check and existing unit tests should pass.

Closes #32540 from ueshin/issues/SPARK-34941/pandas_mypy.

Authored-by: Takuya UESHIN <ueshin@databricks.com>
Signed-off-by: Takuya UESHIN <ueshin@databricks.com>
2021-05-17 10:46:59 -07:00
..
__init__.py [SPARK-34890][PYTHON] Port/integrate Koalas main codes into PySpark 2021-04-06 12:42:39 +09:00
accessors.py [SPARK-34941][PYTHON] Fix mypy errors and enable mypy check for pandas-on-Spark 2021-05-17 10:46:59 -07:00
functions.py [SPARK-34941][PYTHON] Fix mypy errors and enable mypy check for pandas-on-Spark 2021-05-17 10:46:59 -07:00
utils.py [SPARK-34941][PYTHON] Fix mypy errors and enable mypy check for pandas-on-Spark 2021-05-17 10:46:59 -07:00