pvary commented on a change in pull request #1288:
URL: https://github.com/apache/hive/pull/1288#discussion_r459369843



##########
File path: 
llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestCacheContentsTracker.java
##########
@@ -124,7 +125,7 @@ public void testCacheTagComparison() {
 
   @Test
   public void testEncodingDecoding() throws Exception {
-    Map<String, String> partDescs = new HashMap<>();
+    LinkedHashMap<String, String> partDescs = new LinkedHashMap<>();

Review comment:
       Got it! Thanks!




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

Reply via email to