beliefer commented on code in PR #37993: URL: https://github.com/apache/spark/pull/37993#discussion_r990568669
########## python/pyspark/sql/connect/proto/base_pb2.py: ########## @@ -28,26 +28,20 @@ _sym_db = _symbol_database.Default() -from pyspark.sql.connect.proto import ( - commands_pb2 as spark_dot_connect_dot_commands__pb2, -) -from pyspark.sql.connect.proto import ( - relations_pb2 as spark_dot_connect_dot_relations__pb2, -) +from pyspark.sql.connect.proto import commands_pb2 as spark_dot_connect_dot_commands__pb2 Review Comment: > I think this is the script that was checked in: https://github.com/apache/spark/blob/master/connector/connect/dev/generate_protos.sh Thank you. -- 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]
