difin commented on PR #6449: URL: https://github.com/apache/hive/pull/6449#issuecomment-4559291844
https://github.com/apache/hive/pull/6449#discussion_r3233517257 > Does this imply that I am unable to reference views from any database other than default ? No. That line does not restrict views to the default database. `TableName.fromString` uses the third argument only as a fallback when the name has no. Iceberg views created through Hive are stored with a namespace/database, so view.name() is always `database.viewname` and the fallback is never used. The same pattern exists in `toHiveTable()` for tables (the method above `toHiveView()`. -- 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]
