cyb70289 commented on a change in pull request #12345:
URL: https://github.com/apache/arrow/pull/12345#discussion_r800151545
##########
File path: cpp/src/arrow/flight/types.cc
##########
@@ -234,6 +260,23 @@ Status FlightInfo::Deserialize(const std::string&
serialized,
return Status::OK();
}
+Status FlightInfo::Deserialize(const Buffer& serialized,
+ std::unique_ptr<FlightInfo>* out) {
Review comment:
Nit: Is it possible to combine these XXX:Deserialize functions into one,
if change this unique_ptr to raw pointer as other functions do.
--
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]