davidhcoe commented on PR #2889: URL: https://github.com/apache/arrow-adbc/pull/2889#issuecomment-2917898781
> What's the workflow you're using to build the binary in the pre -production stream? Go should be making the version available via `runtime/debug.BuildInfo` We pull the repo and build a NuGet package which internally runs `make libadbc_driver_snowflake.dll` command to create the DLL. When I ran it in testing, the value of the build info came back as something like `0.0.0-20250523[somenumbers]+dirty`. But when we are asking for the version information, we do it via the GetInfo call for the driver version and that is when the unknown value is shown. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org