This is an automated email from the ASF dual-hosted git repository.

ueshin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 3a3f8ca  [SPARK-35359][SQL] Insert data with char/varchar datatype 
will fail when data length exceed length limitation
     add 2a335f2  [SPARK-34941][PYTHON] Fix mypy errors and enable mypy check 
for pandas-on-Spark

No new revisions were added by this update.

Summary of changes:
 python/mypy.ini                            | 18 +++++--
 python/pyspark/pandas/accessors.py         | 26 ++++-----
 python/pyspark/pandas/base.py              | 32 +++++------
 python/pyspark/pandas/frame.py             | 60 ++++++++++-----------
 python/pyspark/pandas/generic.py           |  5 +-
 python/pyspark/pandas/groupby.py           | 45 ++++++++--------
 python/pyspark/pandas/indexes/base.py      | 37 +++++++------
 python/pyspark/pandas/indexing.py          | 26 +++++----
 python/pyspark/pandas/internal.py          | 66 ++++++++++++-----------
 python/pyspark/pandas/ml.py                |  4 +-
 python/pyspark/pandas/namespace.py         |  7 ++-
 python/pyspark/pandas/numpy_compat.py      | 85 ++++++++++++++++++------------
 python/pyspark/pandas/series.py            |  4 +-
 python/pyspark/pandas/spark/accessors.py   |  3 +-
 python/pyspark/pandas/spark/functions.py   |  2 +-
 python/pyspark/pandas/spark/utils.py       | 62 ++++++++++++++++++++--
 python/pyspark/pandas/sql_processor.py     |  4 +-
 python/pyspark/pandas/strings.py           |  6 +--
 python/pyspark/pandas/typedef/typehints.py |  6 +--
 python/pyspark/pandas/utils.py             | 16 +++++-
 20 files changed, 303 insertions(+), 211 deletions(-)

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

Reply via email to