-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(go/adbc/driver/snowflake): Update gosnowflake dep (#674)
Updates to the latest commit of the Go Snowflake driver (until they do their release later this month when we can point to the actual version release) which uses Arrow v12. This has two effects: 1. Removes the duplicated Arrow dependency between the libs (since now both are using v12) which shrinks the size of the release build of libadbc_driver_snowflake down to ~22M 2. Allows the driver to build and run properly on non-x64 architectures (as it includes the fix in Arrow v12 for the build failure on non-x64 architectures).
- Loading branch information
Showing
2 changed files
with
95 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.