szlta commented on a change in pull request #1288:
URL: https://github.com/apache/hive/pull/1288#discussion_r459412018
##########
File path: ql/src/java/org/apache/hadoop/hive/llap/ProactiveEviction.java
##########
@@ -229,12 +230,59 @@ public String getSingleDbName() {
}
/**
- * Match a CacheTag to this eviction request.
+ * Match a CacheTag to this eviction request. Must only be used on LLAP
side only, where the received request may
Review comment:
This Request class is used on HS2 side too, and there it may contain
multiple DBs, hence there is no such 'general' restriction in this class.
Although we're not doing this right now, but It's not impossible to call this
method while we have multiple DBs, that's why the javadoc details the
restriction on this method only.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]