You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/09 16:46:15 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6289: Correct way to `register_listing_table` on specific catalog / schema?

alamb commented on issue #6289:
URL: https://github.com/apache/arrow-datafusion/issues/6289#issuecomment-1540522011

   I believe you can use the `datafusion.catalog.default_schema` setting for this usecase
   https://arrow.apache.org/datafusion/user-guide/configs.html
   
   
   I think you can also refer to the tables using the fully qualified name: `SELECT * FROM archive.table` for example
   
   
   
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org