okumin commented on PR #6171: URL: https://github.com/apache/hive/pull/6171#issuecomment-3737190424
@Chaho12 This patch does not directly help your issue. Your issue likely occurs when you use the [Hive connector](https://trino.io/docs/current/connector/hive.html), which lets Trino access Hive's Thrift API. HIVE-29248 would make [Hive's Iceberg REST API](https://hive.apache.org/docs/latest/admin/iceberg-rest-catalog/) return a ForbiddenException. The Thrift API still returns a MetaException, with the message slightly changed. -- 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]
