kou commented on PR #40397: URL: https://github.com/apache/arrow/pull/40397#issuecomment-1983502858
The warnings are caused by sharing `cpp/src/arrow/symbols.map` with `libarrow*.so`. `descriptor_table_Flight_2eproto` exists only in `libarrow_flight.so` and `descriptor_table_FlightSql_2eproto` exists only in `libarrow_flight_sql.so`. I used `*` to suppress the warnings. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
