wbo4958 commented on code in PR #45232: URL: https://github.com/apache/spark/pull/45232#discussion_r1545872296
########## connector/connect/common/src/main/protobuf/spark/connect/base.proto: ########## @@ -375,6 +375,9 @@ message ExecutePlanResponse { // Response type informing if the stream is complete in reattachable execution. ResultComplete result_complete = 14; + // Response for command that creates ResourceProfile. + CreateResourceProfileCommandResult create_resource_profile_command_result = 20; Review Comment: Hi @grundprinzip, Thx for reviewing, Changed it to 17. Could you help review it again? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org