deniskuzZ commented on code in PR #6474: URL: https://github.com/apache/hive/pull/6474#discussion_r3577136057
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_rest_catalog_gravitino.q: ########## @@ -24,9 +28,13 @@ set hive.stats.autogather=false; set metastore.client.impl=org.apache.iceberg.hive.client.HiveRESTCatalogClient; set metastore.catalog.default=ice01; set iceberg.catalog.ice01.type=rest; +set iceberg.catalog.ice01.header.X-Iceberg-Access-Delegation=vended-credentials; +--! Vended credentials travel via DAG credentials (HIVE-20651); an in-process fetch task cannot +--! restore them, so fetch conversion must be off for credential-vending catalogs. +set hive.fetch.task.conversion=none; Review Comment: i think test would fail if we remove the config. We need to propagate secrets in the FetchOperator. -- 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]
