lidavidm commented on code in PR #13387: URL: https://github.com/apache/arrow/pull/13387#discussion_r898992706
########## cpp/src/arrow/symbols.map: ########## @@ -33,6 +33,8 @@ # Also export C-level helpers arrow_*; pyarrow_*; + # ARROW-14771: export Protobuf symbol table + descriptor_table_Flight_2eproto; Review Comment: Yes, it's an internal symbol. I don't like dealing with implementation details like this, but hopefully this is reasonably stable, and it appears Protobuf relies on it. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org