grundprinzip commented on code in PR #39252: URL: https://github.com/apache/spark/pull/39252#discussion_r1058067556
########## connector/connect/common/src/main/protobuf/spark/connect/catalog.proto: ########## @@ -24,6 +24,41 @@ import "spark/connect/types.proto"; option java_multiple_files = true; option java_package = "org.apache.spark.connect.proto"; +// Catalog messages are all meant to be internal. Review Comment: ```suggestion // Catalog messages are marked as unstable.. ``` ########## connector/connect/common/src/main/protobuf/spark/connect/catalog.proto: ########## @@ -24,6 +24,41 @@ import "spark/connect/types.proto"; option java_multiple_files = true; option java_package = "org.apache.spark.connect.proto"; +// Catalog messages are all meant to be internal. Review Comment: ```suggestion // Catalog messages are marked as unstable. ``` -- 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]
