cookiedough77 commented on code in PR #52328:
URL: https://github.com/apache/spark/pull/52328#discussion_r2356764847


##########
sql/connect/common/src/main/protobuf/spark/connect/pipelines.proto:
##########
@@ -146,11 +146,21 @@ message PipelineCommand {
 message PipelineCommandResult {
   oneof result_type {
     CreateDataflowGraphResult create_dataflow_graph_result = 1;
+    DefineDatasetResult define_dataset_result = 2;
+    DefineFlowResult define_flow_result = 3;
   }
   message CreateDataflowGraphResult {
     // The ID of the created graph.
     optional string dataflow_graph_id = 1;
   }
+  message DefineDatasetResult {
+    // A quoted identifier string representing fully resolved name of the 
dataset
+    optional string resolved_data_name = 1;
+  }
+  message DefineFlowResult {
+    // A quoted identifier string representing fully resolved name of the flow
+    optional string resolved_flow_name = 1;
+  }

Review Comment:
   resolved. thanks



-- 
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

Reply via email to