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 20e07bf51a9 [SPARK-43211][HIVE] Remove Hadoop2 support in IsolatedClientLoader add 875a2977b5d [SPARK-42960][CONNECT][SS] Add await_termination() and exception() API for Streaming Query in Python No new revisions were added by this update. Summary of changes: .../src/main/protobuf/spark/connect/commands.proto | 21 +++- .../sql/connect/planner/SparkConnectPlanner.scala | 19 +++- .../sql/connect/service/SparkConnectService.scala | 12 ++- python/pyspark/sql/connect/proto/commands_pb2.py | 81 ++++++++++---- python/pyspark/sql/connect/proto/commands_pb2.pyi | 120 ++++++++++++++++++++- python/pyspark/sql/connect/streaming/query.py | 28 ++++- python/pyspark/sql/streaming/query.py | 2 +- .../connect/streaming/test_parity_streaming.py | 7 +- .../pyspark/sql/tests/streaming/test_streaming.py | 30 ++++-- 9 files changed, 281 insertions(+), 39 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org