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


##########
llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestCacheContentsTracker.java:
##########
@@ -168,6 +167,10 @@ private static LlapCacheableBuffer createMockBuffer(long 
size, CacheTag cacheTag
   }
 
   public static CacheTag cacheTagBuilder(String dbAndTable, String... 
partitions) {
+    String[] parts = dbAndTable.split("\\.");
+    if(parts.length < 3) {

Review Comment:
   nit: space



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