Aggarwal-Raghav commented on code in PR #6584:
URL: https://github.com/apache/hive/pull/6584#discussion_r3542947690


##########
llap-server/src/java/org/apache/hadoop/hive/llap/io/metadata/MetadataCache.java:
##########
@@ -257,39 +257,43 @@ public LlapBufferOrBuffers putFileMetadata(Object 
fileKey, int length, InputStre
   }
 
 
-  @SuppressWarnings({ "rawtypes", "unchecked" })
+  @SuppressWarnings("unchecked")
   private LlapBufferOrBuffers wrapBbForFile(LlapBufferOrBuffers result,

Review Comment:
   yeah, its outside the scope of current JIRA. If it's ok , can I pick it up 
as separate JIRA?  Will come up with a UT for this?



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