Skip to content

Commit ce1516d

Browse files
committed
Try removing protobuf symbols export from symbols.map
1 parent 1db44e4 commit ce1516d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/symbols.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
arrow_*;
3535
Arrow*;
3636
# ARROW-14771: export Protobuf symbol table
37-
descriptor_table_Flight*_2eproto;
37+
# descriptor_table_Flight*_2eproto;
3838

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

0 commit comments

Comments
 (0)