Skip to content

Commit

Permalink
[MINOR][CONNECT] Regenerate Protobuf for Python
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

There is unsynced Python side of Protobuf. This PR regenerates

### Why are the changes needed?

To fix the build.

### Does this PR introduce _any_ user-facing change?

No, comment-only.

### How was this patch tested?

N/A. CI will verify it.

Closes apache#39257 from HyukjinKwon/minor-sync.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
HyukjinKwon committed Dec 28, 2022
1 parent 593917f commit 5141a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyspark/sql/connect/proto/catalog_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else:
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor

class Catalog(google.protobuf.message.Message):
"""Catalog messages are all meant to be internal."""
"""Catalog messages are marked as unstable."""

DESCRIPTOR: google.protobuf.descriptor.Descriptor

Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/sql/connect/proto/relations_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class Relation(google.protobuf.message.Message):
def describe(self) -> global___StatDescribe: ...
@property
def catalog(self) -> pyspark.sql.connect.proto.catalog_pb2.Catalog:
"""Catalog API (internal-only)"""
"""Catalog API (experimental / unstable)"""
@property
def unknown(self) -> global___Unknown: ...
def __init__(
Expand Down

0 comments on commit 5141a7c

Please sign in to comment.