zhengruifeng commented on code in PR #40024:
URL: https://github.com/apache/spark/pull/40024#discussion_r1106669474
##########
connector/connect/common/src/main/protobuf/spark/connect/commands.proto:
##########
@@ -91,6 +91,16 @@ message WriteOperation {
// (Optional) A list of configuration options.
map<string, string> options = 9;
+ message SaveTable {
+ string table_name = 1;
+ TableSaveMethod save_method = 2;
+
+ enum TableSaveMethod {
+ SAVE_AS_TABLE = 0;
+ INSERT_INTO = 1;
Review Comment:
Got it, Thanks for the clarification!
--
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]