joellubi opened a new pull request, #1304:
URL: https://github.com/apache/arrow-adbc/pull/1304

   # What?
   Implementations for the following methods in the CGO wrapper for 
`adbc_driver_manager`:
   - `GetTableSchema`
   - `GetTableTypes`
   - `Commit`
   - `Rollback`
   - `GetParameterSchema`
   - `BindStream`
   
   # Why?
   Functionality exists in C++ driver manager but not yet accessible via Go 
driver interface.
   
   # Notes
   Three methods in the wrapper remain unimplemented: `ExecutePartitions`, 
`ReadPartition`,  and `SetSubstraitPlan`. These methods are not currently 
supported by the SQLite driver, which is the primary test target for these 
changes. It is still possible to implement them in the drivermgr wrapper 
without support in specific drivers, but it does make it more difficult to 
verify correct behavior.


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