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

   - Add a generic API for fetching metadata, modeled on ADO.NET's GetSchema
   - [ ] Define the standard metadata collections
   - [ ] Revert the current revisions to GetObjects in favor of not changing it
   
   Related: 
   - #3997: define a way to escape search pattern arguments
   - #1704 (comment): define a way to provide pagination tokens
   
   For consideration:
   - [ ] Should filters be (optionally) named arguments? (Pointer to struct) 
The justification: we could more easily implement/define "standard" arguments 
to handle things like the pagination token above without having to replicate it 
into every single definition
   - [ ] Should filters be typed? (Pointer to struct containing union)
   - [ ] Should filters be replaced by just leveraging SetOption(Int,...)? 
(This would obviate the former two points but is rather clunky, and precludes a 
hypothetical driver that could handle these operations concurrently)
   
   Closes #4400.


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