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


##########
llap-common/src/protobuf/LlapDaemonProtocol.proto:
##########
@@ -233,10 +233,11 @@ message SetCapacityRequestProto {
 message SetCapacityResponseProto {
 }
 
-// Used for proactive eviction request. Must contain one DB name, and 
optionally table information.
+// Used for proactive eviction request. Must contain a DB name, catalog name, 
and optionally table information.
 message EvictEntityRequestProto {
   required string db_name = 1;
   repeated TableProto table = 2;
+  required string catalog_name = 3;

Review Comment:
   Still made it optional



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