WillAyd commented on issue #320: URL: https://github.com/apache/arrow-adbc/issues/320#issuecomment-1587740770
I don't know that I've personally worked with a database that allows for arbitrarily nested schemas but would be curious to know how client tools handle this via ODBC/JDBC today. I'm guessing that a nested schema would be represented as `schema_parent.schema_child` in most if not all cases, so I think we could fit that same pattern into the GetObjects design we have today without changing much. You would lose a "clean" understanding of the schema hierarchy, but AFAIK that is not a SQL standard anyway -- 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]
