lidavidm commented on issue #320: URL: https://github.com/apache/arrow-adbc/issues/320#issuecomment-1587745806
Yup, I'm just curious about a few things like - Is the separator always `.`? - Do these systems allow escaping names that use the separator? If so, how do you even write the name anymore? A schema written in SQL as `"schema.1"` would be represented in code as just the string `schema.1` (i.e. you don't work with/store escaped names, but unescaped names), but then what about `"schema.1"."subschema"`? etc. And I wonder if these systems even expose this info in their metadata in the first place, given the main use case appears to be pulling in data from external systems. -- 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]
