difin commented on PR #6449: URL: https://github.com/apache/hive/pull/6449#issuecomment-4559237668
https://github.com/apache/hive/pull/6449#discussion_r3233440045 > Thanks for the clarification. Is it mean that the view ice_v4 is created in the ice01 catalog too ? Yes, `ice_v4` is created in the `ice01` catalog because the catalog that is used in this test is only `ice01` and Iceberg logical views are created in the current catalog. > Does creating views in one catalog referencing base tables from another catalog? I haven't implemented that functionality in this PR. I didn't find any examples of federated cross-catalog queries in Hive, I don't think it's currently supported. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
