fallintoplace opened a new pull request, #1076:
URL: https://github.com/apache/arrow-go/pull/1076

   Fixes #59
   
   Add an optional allocator to DriverConfig for programmatic Connector 
configuration. Nil keeps the existing default allocator, while a configured 
allocator is installed on the FlightSQL client and used for prepared-statement 
parameter records. DSN-based connections retain the default because an 
allocator cannot be represented in a connection string.
   
   The prepared-statement test uses a recording allocator to verify parameter 
construction goes through the configured instance.
   
   Tested with: go test ./arrow/flight/flightsql/driver


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to