This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 5141a7c3942 [MINOR][CONNECT] Regenerate Protobuf for Python
5141a7c3942 is described below

commit 5141a7c39422b6cfc09d97887296f714af75a82c
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed Dec 28 15:56:54 2022 +0900

    [MINOR][CONNECT] Regenerate Protobuf for Python
    
    ### 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 #39257 from HyukjinKwon/minor-sync.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/pyspark/sql/connect/proto/catalog_pb2.pyi   | 2 +-
 python/pyspark/sql/connect/proto/relations_pb2.pyi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyspark/sql/connect/proto/catalog_pb2.pyi 
b/python/pyspark/sql/connect/proto/catalog_pb2.pyi
index 625a9298966..2d81a7fb97e 100644
--- a/python/pyspark/sql/connect/proto/catalog_pb2.pyi
+++ b/python/pyspark/sql/connect/proto/catalog_pb2.pyi
@@ -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
 
diff --git a/python/pyspark/sql/connect/proto/relations_pb2.pyi 
b/python/pyspark/sql/connect/proto/relations_pb2.pyi
index 199fc193513..f19e64ecd9f 100644
--- a/python/pyspark/sql/connect/proto/relations_pb2.pyi
+++ b/python/pyspark/sql/connect/proto/relations_pb2.pyi
@@ -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__(


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

Reply via email to