Skip to content

Commit

Permalink
ARROW-14771: [C++] Export Protobuf symbol table (#13387)
Browse files Browse the repository at this point in the history
This makes it possible to build applications that have Protobuf dependencies on Flight.proto and link to Arrow.

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
lidavidm authored Jun 24, 2022
1 parent 916c453 commit 5609b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/arrow/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
# Also export C-level helpers
arrow_*;
pyarrow_*;
# ARROW-14771: export Protobuf symbol table
descriptor_table_Flight_2eproto;

# Symbols marked as 'local' are not exported by the DSO and thus may not
# be used by client applications. Everything except the above falls here.
Expand Down

0 comments on commit 5609b86

Please sign in to comment.