lidavidm opened a new pull request, #33853: URL: https://github.com/apache/arrow/pull/33853
### Rationale for this change The example server returns 0 catalogs and 0 schemas because it is based on SQLite. But SQLite does sort of have a concept of catalogs via attached databases. And we should still pretend there is a single (unnamed) schema so that clients get a consistent view of database metadata. ### What changes are included in this PR? Update how GetTables/GetCatalogs/GetDbSchemas are implemented. ### Are these changes tested? Tests were updated. ### Are there any user-facing changes? No, the example is for internal development. -- 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]
