mbrobbel commented on PR #2786: URL: https://github.com/apache/arrow-adbc/pull/2786#issuecomment-2857428296
> Hmm, in lieu of the symlink, I don't mind the old approach, so long as it can be overridden by the release script Is there a reason you don't want the symlink? If we don't have a symlink we must either: 1. accept that users must provide the Go Snowflake driver source to use this crate with the `bundled` feature, which means they must download/clone this repo elsewhere and set the env var to point to it. 2. copy the source files in the build script so they can be packaged I think the package should be usable without doing anything special i.e. we should package the required source for the `bundled` feature. If we don't want a symlink I propose to do option 2. -- 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]
