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 d5b9fc119cc [SPARK-41178][SQL] Fix parser rule precedence between JOIN 
and comma
     add d3531ec81a4 [SPARK-41122][CONNECT] Explain API can support different 
modes

No new revisions were added by this update.

Summary of changes:
 .../src/main/protobuf/spark/connect/base.proto     | 115 +++++--
 .../sql/connect/service/SparkConnectService.scala  |  34 ++-
 .../service/SparkConnectStreamHandler.scala        |  46 +--
 .../messages/ConnectProtoMessagesSuite.scala       |   4 +-
 .../connect/planner/SparkConnectServiceSuite.scala |  61 +++-
 python/pyspark/sql/connect/client.py               |  55 +++-
 python/pyspark/sql/connect/dataframe.py            |  63 +++-
 python/pyspark/sql/connect/proto/base_pb2.py       |  56 ++--
 python/pyspark/sql/connect/proto/base_pb2.pyi      | 329 +++++++++++++++------
 python/pyspark/sql/connect/proto/base_pb2_grpc.py  |  24 +-
 .../sql/tests/connect/test_connect_basic.py        |  16 +-
 11 files changed, 592 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