Alex-PLACET commented on code in PR #50407:
URL: https://github.com/apache/arrow/pull/50407#discussion_r3912787846


##########
cpp/src/arrow/flight/transport/grpc/customize_grpc.h:
##########
@@ -86,6 +86,16 @@ ::grpc::Status FlightDataSerialize(const 
arrow::flight::FlightPayload& msg,
 // protobuf without copying
 ARROW_FLIGHT_EXPORT ::grpc::Status FlightDataDeserialize(
     ::grpc::ByteBuffer* buffer, arrow::flight::internal::FlightData* out);
+
+ARROW_FLIGHT_EXPORT
+bool IsRegisteredGrpcFlightDataMessage(

Review Comment:
   The point was I got some issue with protobuf and I though it was because of 
a mess with with FlightPayload. I think I introduce an issue at some point it 
fixed it later in my development. I just removed this mechanism as it is 
useless now.



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