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

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


    from 190d3916c63c [SPARK-52300][SQL] Make SQL UDTVF resolution use 
consistent configurations with view resolution
     add da68d10206de [SPARK-52223][CONNECT] Add SDP Spark Connect Protos

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/connect/proto/base_pb2.py       | 359 ++++-----
 python/pyspark/sql/connect/proto/base_pb2.pyi      |  25 +
 python/pyspark/sql/connect/proto/commands_pb2.py   | 211 ++---
 python/pyspark/sql/connect/proto/commands_pb2.pyi  |  10 +
 python/pyspark/sql/connect/proto/pipelines_pb2.py  |  91 +++
 python/pyspark/sql/connect/proto/pipelines_pb2.pyi | 860 +++++++++++++++++++++
 .../src/main/protobuf/spark/connect/base.proto     |   7 +
 .../src/main/protobuf/spark/connect/commands.proto |   2 +
 .../main/protobuf/spark/connect/pipelines.proto    | 166 ++++
 9 files changed, 1447 insertions(+), 284 deletions(-)
 create mode 100644 python/pyspark/sql/connect/proto/pipelines_pb2.py
 create mode 100644 python/pyspark/sql/connect/proto/pipelines_pb2.pyi
 create mode 100644 
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto


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

Reply via email to