You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/07/23 10:10:13 UTC

[GitHub] [hive] szlta commented on a change in pull request #1288: HIVE-23198

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



##########
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:
       That's because (nested) partition specification (e.g. p1=v11,p2=v12) has to be sorted.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org