deniskuzZ commented on code in PR #6379:
URL: https://github.com/apache/hive/pull/6379#discussion_r3001368279


##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/database/drop/DropDatabaseOperation.java:
##########
@@ -53,7 +53,7 @@ public int execute() throws HiveException {
 
       if (LlapHiveUtils.isLlapMode(context.getConf())) {
         ProactiveEviction.Request.Builder llapEvictRequestBuilder = 
ProactiveEviction.Request.Builder.create();
-        llapEvictRequestBuilder.addDb(dbName); // TODO catalog. add catalog 
for the cache. Depend on HIVE-29281
+        llapEvictRequestBuilder.addDb(catName, dbName);

Review Comment:
   should we support proactive cache eviction only for native catalogs?



-- 
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]

Reply via email to