ryan-syed commented on PR #1328: URL: https://github.com/apache/arrow-adbc/pull/1328#issuecomment-1836826401
Refactoring includes being able to match the exact catalog, schema, and table names when wild cards are involved in the name indentifiers of the `GetObjects` patterns For example: A pattern name like `FOO_BAR` will match against `FOO1BAR` and `FOOABAR`. Similarly `FOO%BAR` will match with `foohellobar`, `FOObyeBAR` etc.. Therefore it is essential to filter out the returned matches with the expected name identifiers. Note: Similar checks would have to be added by authors using the Driver when calling the GetObjects API. -- 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]
