Skip to content

Commit

Permalink
suppress flightsql.pb.h
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Dec 6, 2024
1 parent 9623b47 commit a6b9545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/src/arrow/flight/sql/protocol_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@

// This addresses platform-specific defines, e.g. on Windows
#include "arrow/flight/platform.h" // IWYU pragma: keep
#include "arrow/util/macros.h"

// This header holds the Flight SQL definitions.

#include "arrow/flight/sql/visibility.h"

ARROW_SUPPRESS_DEPRECATION_WARNING
#include "arrow/flight/sql/FlightSql.pb.h" // IWYU pragma: export
ARROW_UNSUPPRESS_DEPRECATION_WARNING

0 comments on commit a6b9545

Please sign in to comment.