You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What feature or improvement would you like to see?
Currently, retrieving the driver version string in the ADBC Go driver involves a fairly complex process that includes:
Querying driver info codes (InfoDriverName and InfoDriverVersion)
Handling streaming record batches and union arrays
Extracting and safely cloning string values
Managing errors and fallback defaults
Because of this complexity, it would be helpful to provide an upstream helper function that encapsulates this logic and returns the driver version string.