kou commented on PR #13634: URL: https://github.com/apache/arrow/pull/13634#issuecomment-1189898860
https://app.travis-ci.com/github/apache/arrow/jobs/577173431#L2887 ```text In file included from /arrow/cpp/src/arrow/flight/protocol_internal.h:22, from /arrow/cpp/src/arrow/flight/serialization_internal.h:22, from /arrow/cpp/src/arrow/flight/client.cc:39, from src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_0_cxx.cxx:4: /arrow/cpp/src/arrow/util/protobuf_abi_fixup_internal.h:39:2: error: #error "Protobuf already included, fixup can't be applied!" 39 | #error "Protobuf already included, fixup can't be applied!" | ^~~~~ ``` It seems that we need a wrapper for `Flight.pb.cc` like `cpp/src/arrow/flight/transport/grpc/protocol_grpc_internal.cc`. -- 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]
