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 56cfd40e74d [SPARK-42958][CONNECT] Refactor 
`connect-jvm-client-mima-check` to support mima check with avro module
     add 55735055d6c [SPARK-43360][SS][CONNECT] Scala client 
StreamingQueryManager

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/sql/SparkSession.scala  |   3 +
 .../spark/sql/streaming/StreamingQuery.scala       |  17 +++
 .../sql/streaming/StreamingQueryManager.scala      | 147 +++++++++++++++++++++
 .../CheckConnectJvmClientCompatibility.scala       |   4 +
 .../spark/sql/streaming/StreamingQuerySuite.scala  |  30 +++++
 .../src/main/protobuf/spark/connect/commands.proto |   2 +-
 .../sql/connect/planner/SparkConnectPlanner.scala  |  40 +++---
 python/pyspark/sql/connect/proto/commands_pb2.py   |  22 +--
 python/pyspark/sql/connect/proto/commands_pb2.pyi  |  13 +-
 9 files changed, 241 insertions(+), 37 deletions(-)
 create mode 100644 
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryManager.scala


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

Reply via email to