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

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


    from 9f73497  [SPARK-35700][SQL] Read char/varchar orc table with created 
and written by external systems
     add a8fdb98  [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks 
for pyspark.pandas.base

No new revisions were added by this update.

Summary of changes:
 python/mypy.ini                                    |   3 -
 python/pyspark/pandas/base.py                      | 145 +++++++++++++--------
 python/pyspark/pandas/data_type_ops/base.py        |  31 ++---
 python/pyspark/pandas/data_type_ops/binary_ops.py  |   5 +-
 python/pyspark/pandas/data_type_ops/boolean_ops.py |   5 +-
 .../pandas/data_type_ops/categorical_ops.py        |  11 +-
 python/pyspark/pandas/data_type_ops/complex_ops.py |   5 +-
 python/pyspark/pandas/data_type_ops/date_ops.py    |   5 +-
 .../pyspark/pandas/data_type_ops/datetime_ops.py   |   5 +-
 python/pyspark/pandas/data_type_ops/null_ops.py    |   5 +-
 python/pyspark/pandas/data_type_ops/num_ops.py     |  13 +-
 python/pyspark/pandas/data_type_ops/string_ops.py  |   5 +-
 python/pyspark/pandas/indexes/multi.py             |   6 +-
 python/pyspark/pandas/numpy_compat.py              |  13 +-
 python/pyspark/pandas/spark/accessors.py           |  21 +--
 15 files changed, 147 insertions(+), 131 deletions(-)

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

Reply via email to