lidavidm commented on issue #46: URL: https://github.com/apache/arrow-adbc/issues/46#issuecomment-5041033998
Changes we need to make: - GetObjects: the generic metadata API (#4400, #4544) should make this possible. - CurrentCatalog/CurrentSchema: these need to be generalized. It's hard to pass a list of strings through the API: maybe we need a Get/SetOptionList? - Bulk ingest: currently the catalog/schema/table are separated out; this also needs to be generalized. See above. Open questions: - Even with #4400, do we immediately generalize all collections (we only provide catalog APIs that are fully-arbitrarily-nested), or whether we provide duplicate collections (one set that uses the 'normal' SQL hierarchy, and one that follows the arbitrary hierarchy). I don't love duplication, but I think it might help signify to users what 'kind' of system to expect -- 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]
