-
Notifications
You must be signed in to change notification settings - Fork 132
fix(go/adbc/driver/snowflake): fix copy concurrency 0 #2805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davlee1972 can you take a look at this to confirm it fixes your issue?
I don't really have a GoLang env on my company linux box to build the Go driver with the changes.. |
@davlee1972 If I provide a linux build of the driver here, would you be able to use the |
yes.. I have both linux and windows environments available.. |
Here you go, you can unzip this and it contains a linux_amd64 build of the snowflake driver. You should be able to initialize and load it via the driver manager. |
Any luck @davlee1972 ? |
I'm running into some infrastructure issues locating a RHEL 9 Linux box . The highest glibc I have is 2.28 on RHEL 8.. This shared lib is built with 2.32. |
I haven't had the time lately, but I'll try building with a lower glibc this week so you can test it out @davlee1972 |
Thanks.. FYI For the rows processed reporting mismatches Snowflake is working on a fix.. "Engineering will be working on prioritizing this fix in Workspace v2." |
fixes #2793 by checking for a concurrency of 0 and setting it to unlimited.