johnwparent commented on PR #50450:
URL: https://github.com/apache/arrow/pull/50450#issuecomment-4929810477

   > > is do we want to control symbol visibility with MSVC the same way the 
version script is doing here?
   > 
   > Yes. It's better. We don't want to export symbols for bundled dependencies 
because they may be conflicted with other products that use Apache Arrow C++.
   
   Unless you're re-exporting this symbols deliberately, for DLLs with MSVC, 
you don't need to worry, the transitive symbols are hidden by default.


-- 
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]

Reply via email to