emkornfield commented on code in PR #13492:
URL: https://github.com/apache/arrow/pull/13492#discussion_r912524285


##########
format/FlightSql.proto:
##########
@@ -1418,7 +1442,17 @@ message ActionCreatePreparedStatementRequest {
 }
 
 /*
- * Wrap the result of a "GetPreparedStatement" action.
+ * Request message for the "CreatePreparedSubstraitPlan" action on a Flight 
SQL enabled backend.
+ */
+message ActionCreatePreparedSubstraitPlan {
+  option (experimental) = true;
+
+  // The serialized substrait.Plan to create a prepared statement for.
+  bytes plan = 1;

Review Comment:
   I haven't been keeping up but is serialized plan sufficient, or are yaml 
plugins necessary?



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

Reply via email to