pvary commented on a change in pull request #909: HIVE-22821
URL: https://github.com/apache/hive/pull/909#discussion_r406044475
 
 

 ##########
 File path: llap-common/src/protobuf/LlapDaemonProtocol.proto
 ##########
 @@ -231,11 +231,15 @@ message SetCapacityRequestProto {
 message SetCapacityResponseProto {
 }
 
+// Used for proactive eviction request. Must contain one DB name, and 
optionally table information.
 message EvictEntityRequestProto {
   required string db_name = 1;
   repeated TableProto table = 2;
 }
 
+// Used in EvictEntityRequestProto, can be used for non-partitioned and 
partitioned tables too.
+// For the latter part_key contains only the keys, part_val has the values for 
all partitions on all keys:
+// i.e.: part_key: [pk0, pk1, pk2], part_val: [p00, p01, p02, p10, p11, p12]
 
 Review comment:
   `// For partitions pk0=p00/pk1=p01/pk2=p02 and pk0=p10/pk1=p11/pk2=p12`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to