Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/pyspark/sql/connect/proto/base_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: spark/connect/base.proto
# Protobuf Python Version: 5.28.3
# Protobuf Python Version: 5.29.5
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
Expand All @@ -27,7 +27,7 @@
from google.protobuf.internal import builder as _builder

_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC, 5, 28, 3, "", "spark/connect/base.proto"
_runtime_version.Domain.PUBLIC, 5, 29, 5, "", "spark/connect/base.proto"
)
# @@protoc_insertion_point(imports)

Expand Down
790 changes: 395 additions & 395 deletions python/pyspark/sql/connect/proto/base_pb2.pyi

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions python/pyspark/sql/connect/proto/catalog_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: spark/connect/catalog.proto
# Protobuf Python Version: 5.28.3
# Protobuf Python Version: 5.29.5
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
Expand All @@ -27,7 +27,7 @@
from google.protobuf.internal import builder as _builder

_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC, 5, 28, 3, "", "spark/connect/catalog.proto"
_runtime_version.Domain.PUBLIC, 5, 29, 5, "", "spark/connect/catalog.proto"
)
# @@protoc_insertion_point(imports)

Expand Down
Loading