Skip to content

Commit

Permalink
flight: FlightPayload can't sub-type BaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Jul 18, 2024
1 parent 3d9b7e2 commit 87e9853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/flight/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ struct ARROW_FLIGHT_EXPORT RenewFlightEndpointRequest
/// \brief Staging data structure for messages about to be put on the wire
///
/// This structure corresponds to FlightData in the protocol.
struct ARROW_FLIGHT_EXPORT FlightPayload : public internal::BaseType<FlightPayload> {
struct ARROW_FLIGHT_EXPORT FlightPayload {
std::shared_ptr<Buffer> descriptor;
std::shared_ptr<Buffer> app_metadata;
ipc::IpcPayload ipc_message;
Expand Down

0 comments on commit 87e9853

Please sign in to comment.