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

   - adds bindings for: GetObjects, GetInfo, GetTableSchema, GetTableTypes
   - adds jni-validation-sqlite suite, most of the stuff in there is still 
disabled because of sqlite issues. I'll try later to add some of those to 
quirks and make it work.
   - fixes deferred bind bug that came up in validation suite. c driver expects 
user to rebind if data changes, while java seems to allow a caller to alter 
VectorSchemaRoot after it has been bound. Added `exportBind` method in 
JniStatement that exports bound data to c before each execution rather than 
during bind call.


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