deniskuzZ commented on code in PR #6012:
URL: https://github.com/apache/hive/pull/6012#discussion_r2260259211
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/metastore/task/IcebergHouseKeeperService.java:
##########
@@ -50,7 +47,7 @@ public class IcebergHouseKeeperService implements
MetastoreTaskThread {
private ExecutorService deleteExecutorService = null;
// table cache to avoid making repeated requests for the same Iceberg tables
more than once per day
- private final Cache<TableName, Table> tableCache = Caffeine.newBuilder()
+ private final Cache<org.apache.hadoop.hive.metastore.api.Table, Table>
tableCache = Caffeine.newBuilder()
Review Comment:
why are you changing the iceberg table cache?
--
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]