HyukjinKwon commented on code in PR #48756: URL: https://github.com/apache/spark/pull/48756#discussion_r1830226128
########## python/pyspark/sql/connect/proto/catalog_pb2.py: ########## @@ -16,13 +16,19 @@ # # -*- coding: utf-8 -*- # 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 """Generated protocol buffer code.""" -from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import runtime_version as _runtime_version from google.protobuf import symbol_database as _symbol_database +from google.protobuf.internal import builder as _builder +_runtime_version.ValidateProtobufRuntimeVersion( + _runtime_version.Domain.PUBLIC, 5, 28, 3, "", "spark/connect/catalog.proto" Review Comment: Actually let's don't do this for now. Seems like we're losing the compatibility in `protobuf`, and for some reasons this specific version make the connect tests failed in Mac .. - seems like it's not my env issue as it happens in Mac of all people I know now :-). I am taking a look now because there look other related PRs. I will revert this first and investigate further 🙏 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
