lidavidm commented on PR #14082: URL: https://github.com/apache/arrow/pull/14082#issuecomment-1379538246
I think that's basically the problem we currently have: both modules statically include all their Protobuf definitions, which is fine except where they overlap. That said, I do need to look into why Any is included in the first place... I feel like it should be part of libprotobuf. Probably it's because both libraries are likely linking libprotobuf statically because this is a wheel build, in which case the solution might be to just link it dynamically (and bundle the library). It's also not clear to me why only macOS runs into issues here, and not Linux or Windows. On Wed, Jan 11, 2023, at 16:54, Weston Pace wrote: > > > Can we build a static library that each of the different modules includes statically? Or would that run into the same namespacing problem? > > > — > Reply to this email directly, view it on GitHub <https://github.com/apache/arrow/pull/14082#issuecomment-1379534883>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACQB333CEOARGYDPDDFE6TWR4T2LANCNFSM6AAAAAAQIZUROI>. > You are receiving this because you were mentioned.Message ID: ***@***.***> > -- 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]
