Mandukhai-Alimaa opened a new issue, #3238:
URL: https://github.com/apache/arrow-adbc/issues/3238

   ### 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.


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to