-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi Jan,
I've successfully configured both REST catalog and file-based catalog in my DataFusion context. Both catalogs work properly when used individually or with other non-Iceberg catalogs. However, when executing a query that joins tables from two different Iceberg catalogs, the operation fails without a specific error. (nothing is returned)
Environment
DataFusion: v46.0.0
Iceberg Rust: latest
Steps to Reproduce
- Register a REST catalog and a file-based catalog with DataFusion
- Create a query that joins tables from both catalogs
- Execute the query
Query example:
SELECT
posts.id as post_id, items.id as item_id
FROM
warehouse1.public.posts AS posts CROSS JOIN warehouse2.ns.items AS items;
Questions
Is this a known limitation of the current implementation?
Are there any workarounds available?
Is there a specific way to configure the catalogs to enable cross-catalog joins?
Thank you for your help!
Metadata
Metadata
Assignees
Labels
No labels