Skip to content
Closed
Prev Previous commit
Next Next commit
upgrade to v28.3
  • Loading branch information
LuciferYang committed Nov 5, 2024
commit 6e17d077043e923cdc87362b7cc99fee910ed4a1
4 changes: 2 additions & 2 deletions python/pyspark/sql/streaming/proto/StateMessage_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: org/apache/spark/sql/execution/streaming/StateMessage.proto
# Protobuf Python Version: 5.27.3
# Protobuf Python Version: 5.28.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jingz-db @bogao007 could you please take a look at the changes in generated files? since you touched these files recently

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes LGTM, thanks!

"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
Expand All @@ -29,7 +29,7 @@
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
5,
27,
28,
3,
"",
"org/apache/spark/sql/execution/streaming/StateMessage.proto",
Expand Down
2 changes: 1 addition & 1 deletion sql/core/src/main/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version: v1
plugins:
# Building the Python build and building the mypy interfaces.
- plugin: buf.build/protocolbuffers/python:v27.3
- plugin: buf.build/protocolbuffers/python:v28.3
out: gen/proto/python
- name: mypy
out: gen/proto/python
Expand Down