CurtHagenlocher commented on issue #1508:
URL: https://github.com/apache/arrow-adbc/issues/1508#issuecomment-2143505046

   I wonder whether we need an overall tracking item for metadata-related APIs. 
For now, I'm going to add an unrelated complaint to this one. The spec for 
GetObjects says 
   
   > Some functions accept "search pattern" arguments, which are strings that 
can contain the special character "%" to match zero or more characters, or "_" 
to match exactly one character.  (See the documentation of DatabaseMetaData in 
JDBC or "Pattern Value Arguments" in the ODBC documentation.)  **Escaping is 
not currently supported.**
   
   The lack of support for escaping means that fetching metadata for a table in 
a schema named `release_test` can be significantly slower than fetching 
metadata for a table in a schema named `releasetest`.


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