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 1fbc7948e57 [SPARK-42891][CONNECT][PYTHON] Implement CoGrouped Map API
     add 88cc2395786 [SPARK-42901][CONNECT][PYTHON] Move `StorageLevel` into a 
separate file to avoid potential `file recursively imports`

No new revisions were added by this update.

Summary of changes:
 .../src/main/protobuf/spark/connect/base.proto     |  15 +-
 .../{example_plugins.proto => common.proto}        |  28 +--
 python/pyspark/sql/connect/proto/__init__.py       |   1 +
 python/pyspark/sql/connect/proto/base_pb2.py       | 253 ++++++++++-----------
 python/pyspark/sql/connect/proto/base_pb2.pyi      |  56 +----
 python/pyspark/sql/connect/proto/common_pb2.py     |  55 +++++
 python/pyspark/sql/connect/proto/common_pb2.pyi    |  93 ++++++++
 7 files changed, 287 insertions(+), 214 deletions(-)
 copy 
connector/connect/common/src/main/protobuf/spark/connect/{example_plugins.proto 
=> common.proto} (66%)
 create mode 100644 python/pyspark/sql/connect/proto/common_pb2.py
 create mode 100644 python/pyspark/sql/connect/proto/common_pb2.pyi


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

Reply via email to