joellubi commented on PR #40243:
URL: https://github.com/apache/arrow/pull/40243#issuecomment-1989319426

   Will we need to extend the schema of the `PutResult` message in order to 
encapsulate the `DoPutPreparedStatementResult` payload?
   
   This is the spec right now:
   ```proto
   service FlightService {
     rpc DoPut(stream FlightData) returns (stream PutResult) {}
   }
   
   message PutResult {
     bytes app_metadata = 1;
   }
   ```
   
   I don't think the response would be considered `app_metadata`.


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