zanmato1984 commented on PR #45421: URL: https://github.com/apache/arrow/pull/45421#issuecomment-2696964846
> I Encountered [unresolved external symbol](https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/51619247) here [0b7869a](https://github.com/apache/arrow/commit/0b7869a55786efe38f7be7df0acc34d813e0f57f) . I think it should be `ARROW_ACERO_EXPORT` rather than `ARROW_EXPORT`. But FYI, exporting the symbol doesn't necessarily make it a public API - it just makes the symbol visible for testing in individual test binaries that dynamically links the libacero. As the "internal" in the file name suggests, this is not supposed to be used outside the arrow repo so far. Nevertheless, we can publish it if there are actual needs. -- 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]
