alamb commented on issue #1836: URL: https://github.com/apache/arrow-datafusion/issues/1836#issuecomment-1040796346
DataFusion has a notion of `Catalog` and `Schema` (thanks @returnString 👋 ) now that seems similar to what you are describing. Here is an example of how it is used: https://github.com/apache/arrow-datafusion/blob/e5f69695da103ceab60f8410d129e4e7a2d5bca7/datafusion/src/execution/context.rs#L3160-L3191 So in the example @Igosuki provided, you would create a schema called "active" and register `table1` and `table2` in there. -- 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]
