You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2023/03/11 09:04:12 UTC

[spark] branch master updated (967ce371ba1 -> 79b5abed8bd)

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

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


    from 967ce371ba1 [SPARK-42721][CONNECT][FOLLOWUP] Apply scalafmt to LoggingInterceptor
     add 79b5abed8bd [SPARK-42691][CONNECT][PYTHON] Implement Dataset.semanticHash

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/sql/Dataset.scala  |  11 +-
 .../scala/org/apache/spark/sql/SparkSession.scala  |   4 +
 .../sql/connect/client/SparkConnectClient.scala    |   9 +
 .../org/apache/spark/sql/ClientE2ETestSuite.scala  |  15 ++
 .../src/main/protobuf/spark/connect/base.proto     |  11 +
 .../service/SparkConnectAnalyzeHandler.scala       |   9 +
 python/pyspark/sql/connect/client.py               |  16 ++
 python/pyspark/sql/connect/dataframe.py            |  11 +-
 python/pyspark/sql/connect/proto/base_pb2.py       | 222 ++++++++++++---------
 python/pyspark/sql/connect/proto/base_pb2.pyi      |  49 +++++
 .../sql/tests/connect/test_connect_basic.py        |   9 +-
 11 files changed, 263 insertions(+), 103 deletions(-)


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