amaliujia commented on code in PR #40024:
URL: https://github.com/apache/spark/pull/40024#discussion_r1107673683
##########
connector/connect/common/src/main/protobuf/spark/connect/commands.proto:
##########
@@ -91,6 +91,17 @@ message WriteOperation {
// (Optional) A list of configuration options.
map<string, string> options = 9;
+ message SaveTable {
+ string table_name = 1;
Review Comment:
Can you follow
https://github.com/apache/spark/blob/master/connector/connect/docs/adding-proto-messages.md
to add `(Required)` or `(Optional)` with explanation on the fields?
--
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]