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

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


    from 180c778  [SPARK-37655][CORE] Add `RocksDB` Implementation for `KVStore`
     add 6ce30f1  [SPARK-37620][PYTHON] Use more precise types for SparkContext 
Optional fields (i.e. _gateway, _jvm)

No new revisions were added by this update.

Summary of changes:
 python/pyspark/context.py               |  25 +-
 python/pyspark/files.py                 |   6 +-
 python/pyspark/ml/common.py             |   4 +
 python/pyspark/mllib/common.py          |  10 +-
 python/pyspark/resource/requests.py     |   1 +
 python/pyspark/sql/avro/functions.py    |   6 +-
 python/pyspark/sql/column.py            |  27 +-
 python/pyspark/sql/context.py           |   2 +
 python/pyspark/sql/dataframe.py         |  14 +-
 python/pyspark/sql/functions.py         | 470 +++++++++++++++++++++-----------
 python/pyspark/sql/observation.py       |   3 +-
 python/pyspark/sql/pandas/conversion.py |   5 +-
 python/pyspark/sql/readwriter.py        |  15 +-
 python/pyspark/sql/session.py           |  15 +-
 python/pyspark/sql/streaming.py         |   5 +-
 python/pyspark/sql/types.py             |   9 +-
 python/pyspark/sql/udf.py               |  10 +-
 python/pyspark/sql/utils.py             |   1 +
 python/pyspark/sql/window.py            |  15 +-
 python/pyspark/util.py                  |  19 +-
 20 files changed, 442 insertions(+), 220 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to