mfridman commented on code in PR #41033: URL: https://github.com/apache/spark/pull/41033#discussion_r1183632669
########## connector/connect/common/src/main/buf.gen.yaml: ########## @@ -16,21 +16,21 @@ # version: v1 plugins: - - remote: buf.build/protocolbuffers/plugins/cpp:v3.20.0-1 Review Comment: Newer versions of the `buf` CLI use the `plugin` key for both local and remote plugin references. Note, I've also bumped the versions to the **latest available**, but that may not be what's desired. ########## connector/connect/common/src/main/buf.gen.yaml: ########## @@ -16,21 +16,21 @@ # version: v1 plugins: - - remote: buf.build/protocolbuffers/plugins/cpp:v3.20.0-1 + - plugin: buf.build/protocolbuffers/cpp:v22.3 Review Comment: Newer versions of the `buf` CLI use the `plugin` key for both local and remote plugin references. Note, I've also bumped the versions to the **latest available**, but that may not be what's desired. -- 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]
