JanKaul commented on issue #6420: URL: https://github.com/apache/iceberg/issues/6420#issuecomment-1427613589
I'm not entirely sure if I understand you correctly. I would expect a query engine catalog to proceed according to the following procedure: 1. Find view metadata Find view metadata according to namespace and view name 2. Read View metadata If query engine doesn't support materialized views, then execute view query. If query engine supports materialized views, then use storage table pointer (table_name+namespace, metadata location, UUID) to access storage table metadata. 3. Read storage table metadata Use storage table metadata to execute TableScan operator. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org